Doubt around Customising the OTLPMetricExporter #4500
Unanswered
atibdialpad
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi Team,
We are using the OTLPMetricExporter + PeriodicExportingMetricReader with a minor customisation. The CustomExporter is configured to "export" only when there are new data points as opposed to every 60s.
As a result what I see is cumulative data points timestamps which should look like this with a exportIntervalMillis of 60s (1m) :
(T0, T1m], (T0, T2m], (T0, T3m] now looks like (T0, T1m], (T0, T5m], (T0, T12m]
I wanted to understand if this is fine or does it violate any OpenTelemetry | Otel Collector principles. These metrics are being sent to an OtelCollector and them PRW to Grafana Mimir.
Any suggestions/feedback/advice is welcome. Thanks !!
Beta Was this translation helpful? Give feedback.
All reactions