Explicit metrics reading/exporting instead keeps sending Metrics on fix intervals. #6901
Unanswered
swapnil-kotwal-sp
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I've Implemented something below to send metrics immediately(when needed) instead of at certain interval like 60 seconds etc. Does it have any drawbacks or anything special I should consider here?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@srikanthccv @howardyoo any thoughts, it would be great help for me proceed with to choose either
OR |
Beta Was this translation helpful? Give feedback.
1 reply
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