Measuring how many events a cluster collector is processing #5724
Unanswered
DevinTyler26
asked this question in
Q&A
Replies: 1 comment
-
Collector exposes certain metrics. See if these provide the information you need: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md#metrics |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fundamentally, we want the unit of measurement to be "events" where an event is a signal (metric, trace, log, etc). We care about the end to end processing of an event, and we care about how many events per second we can handle. And we want to export this data to a sync like DataDog to create an SLO.
Is there a way to see how many events (metric, trace, log, etc) an OTEL cluster collector is processing?
Beta Was this translation helpful? Give feedback.
All reactions