Skip to content

Commit

Permalink
'Modernize' the OTEL integration, as there are a lot of breaking changes
Browse files Browse the repository at this point in the history
* OTEL enabled by default, OTEL drives all intrumentation
* Metrics / logs can now also be exported by OTEL, not just traces
* Remove flame, as it's a dependency nightmare

Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Jun 18, 2024
1 parent 94db178 commit 534b138
Show file tree
Hide file tree
Showing 107 changed files with 22,563 additions and 22,688 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ linker = "x86_64-linux-gnu-gcc"
[http]
timeout = 30 # timeout for each HTTP request, in seconds
low-speed-limit = 10 # network timeout threshold (bytes/sec)
multiplexing = false
multiplexing = true

[net]
retry = 3
Expand Down
Loading

0 comments on commit 534b138

Please sign in to comment.