Skip to content

Commit 534b138

Browse files
'Modernize' the OTEL integration, as there are a lot of breaking changes
* 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 <ryan.roberts@btp.works>
1 parent 94db178 commit 534b138

File tree

107 files changed

+22563
-22688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+22563
-22688
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ linker = "x86_64-linux-gnu-gcc"
77
[http]
88
timeout = 30 # timeout for each HTTP request, in seconds
99
low-speed-limit = 10 # network timeout threshold (bytes/sec)
10-
multiplexing = false
10+
multiplexing = true
1111

1212
[net]
1313
retry = 3

0 commit comments

Comments
 (0)