We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a605ad6 commit 6732754Copy full SHA for 6732754
etc/telemetry/config-otel-tempo.yaml
@@ -15,11 +15,15 @@ exporters:
15
verbosity: basic
16
17
processors:
18
+ filter/duration:
19
+ traces:
20
+ span:
21
+ - (end_time - start_time) < Duration("1ms")
22
batch: {}
23
24
service:
25
pipelines:
26
traces:
27
receivers: [otlp]
- processors: [batch]
28
+ processors: [filter/duration,batch]
29
exporters: [debug, otlp]
etc/telemetry/config.yaml
@@ -15,6 +15,10 @@ exporters:
endpoint: "0.0.0.0:9464"
@@ -24,5 +28,5 @@ service:
exporters: [debug, prometheus]
30
31
32
0 commit comments