Explicit metrics reading/exporting instead keeps sending Metrics on fix intervals. #6901
Unanswered
swapnil-kotwal-sp
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
-
I'm having below implementation of PeriodicMetricReader which actually keeps sending Metrics on fix intervals of 60 seconds
Can I change it something that it should only send metrics when there is new operation get called or an event happened instead of constantly sending data to
Otel-collector
at fix intervals?I found some discussions here and here as well but didn't get any java examples. Can someone please help me with?
Beta Was this translation helpful? Give feedback.
All reactions