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 8e42be5 commit 79d7a03Copy full SHA for 79d7a03
src/otelcollector/otelcol-config.yml
@@ -38,6 +38,12 @@ processors:
38
batch:
39
spanmetrics:
40
metrics_exporter: prometheus
41
+ # temporary measure until description is fixed in .NET
42
+ transform:
43
+ metric_statements:
44
+ - context: metric
45
+ statements:
46
+ - set(description, "Measures the duration of inbound HTTP requests") where name == "http.server.duration"
47
48
service:
49
pipelines:
@@ -49,5 +55,5 @@ service:
55
exporters: [logging, otlp/jaeger, instana]
50
56
metrics:
51
57
receivers: [otlp]
52
- processors: [batch]
58
+ processors: [transform, batch]
53
59
exporters: [prometheus, logging, otlp/instana]
0 commit comments