Permanent error: unsupported metric http.server.duration (Histogram) #4146
Unanswered
asitkumar13
asked this question in
Q&A
Replies: 1 comment
-
This sounds like a collector issue, not a java issue. Can you open this in the collector repository? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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