You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the question is - is it reporting fine and I need to work with this <metric>_bucket in some special way in signalfx or this combination (otlp metrics + signalfx exporter) does not work properly for histograms and agent need to be reconfigured to use exporter with send_otlp_histograms set to true?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question regarding metrics reporting to signal fx.
Template configures receiving otlp data (https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl#L1131) and streaming it to signal fx when special flag enabled https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl#L1168
With this setup I got some strange data for histogram based metrics. Here is example for gc collection in nodejs instrumentation (https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-runtime-node/src/metrics/gcCollector.ts#L51):
leattribute. Each metric is a collection of events that are less than configured bucket valueThat seems like not a convinient format to wor in signalfx. I don't see so far how to get percentile value from this.
I suspect that this format is reported becasue for
signalfxexporter flag to process otlp histograms is disabled: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl#L943. But there is special flag enabled insignalfx/histogramsexporter: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl#L969So the question is - is it reporting fine and I need to work with this
<metric>_bucketin some special way in signalfx or this combination (otlp metrics + signalfx exporter) does not work properly for histograms and agent need to be reconfigured to use exporter withsend_otlp_histogramsset totrue?Beta Was this translation helpful? Give feedback.
All reactions