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 1b6f32e commit d355990Copy full SHA for d355990
src/otelcollector/otelcol-config.yml
@@ -23,6 +23,12 @@ processors:
23
batch:
24
spanmetrics:
25
metrics_exporter: prometheus
26
+ # temporary measure until description is fixed in .NET
27
+ transform:
28
+ metric_statements:
29
+ - context: metric
30
+ statements:
31
+ - set(description, "Measures the duration of inbound HTTP requests") where name == "http.server.duration"
32
33
service:
34
pipelines:
@@ -32,5 +38,5 @@ service:
38
exporters: [logging, otlp]
39
metrics:
40
receivers: [otlp]
35
- processors: [batch]
41
+ processors: [transform, batch]
36
42
exporters: [prometheus, logging]
0 commit comments