Permanent error: unsupported metric http.server.duration (Histogram) #4798
asitkumar13
started this conversation in
General
Replies: 1 comment 2 replies
-
What exporters are you using? This looks like an error from the NewRelic exporter cc @alanwest @jack-berg @nrcventura |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using otel-collector chart 0.8.1 and app version is 0.37.1.
I have update batch processors like below and used in metrics & traces service pipeline.
batch/2:
timeout: 100ms
send_batch_size: 1000
send_batch_max_size: 1100
reason to reduce timeout to 100 millisecond as I was observing few traces from different app services were getting batched together, which were generated in gap of milliseconds.
When I updated otel javagant v 1.10.1 in my apps services, I started getting below error message in otel-collector pod.
2022-02-03T14:11:40.636Z warn batchprocessor/batch_processor.go:185 Sender failed {"kind": "processor", "name": "batch/2", "error": "Permanent error: unsupported metric http.server.duration (Histogram); Permanent error: unsupported metric http.client.duration (Histogram); Permanent error: unsupported metric http.client.duration (Histogram)", "errorCauses": [{"error": "Permanent error: unsupported metric http.server.duration (Histogram)"}, {"error": "Permanent error: unsupported metric http.client.duration (Histogram)"}, {"error": "Permanent error: unsupported metric http.client.duration (Histogram)"}]}
Please help me here.
Beta Was this translation helpful? Give feedback.
All reactions