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
I'd like to be able to further monitor the bot using different metrics. I think it's easier to implement a MeterBinder into the different parts of the library and monitor it internally. Micrometer is pobably the widest used library to do this as it does not dictate the metrics implementation, it's a monitoring facade similar to slf4j
A few planned metrics:
Received updates (maybe tagged by type)
Executed methods by type
Thread pool metrics
Execution time per update (investigate how this will be affected by async execution)
I'm open for suggestions, objections or opinions (hence the Discussion Label)
This discussion was converted from issue #1343 on April 07, 2024 15:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
I'd like to be able to further monitor the bot using different metrics. I think it's easier to implement a MeterBinder into the different parts of the library and monitor it internally. Micrometer is pobably the widest used library to do this as it does not dictate the metrics implementation, it's a monitoring facade similar to slf4j
A few planned metrics:
I'm open for suggestions, objections or opinions (hence the Discussion Label)
Beta Was this translation helpful? Give feedback.
All reactions