Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide CloudEvents system metrics in Prometheus & OpenTelemetry #3531

Closed
tomkerkhove opened this issue Aug 9, 2022 · 1 comment · Fixed by #5259
Closed

Provide CloudEvents system metrics in Prometheus & OpenTelemetry #3531

tomkerkhove opened this issue Aug 9, 2022 · 1 comment · Fixed by #5259
Assignees
Labels
cloudevents All events related to CloudEvents to extend KEDA extensibility All issues related to extensibility of KEDA feature All issues for new features that have been committed to operations

Comments

@tomkerkhove
Copy link
Member

Proposal

In order to provide cluster operators the tools they need to operate KEDA, we should extend our Prometheus metrics to include the following new metrics:

  • keda_event_sink_error_totals - Provides an indication of all the errors related to pushing events to a given event sink
  • keda_event_sink_totals - Provides an indication of all the events that have been emitted, per event sink

Use-Case

Provide operational metrics to see the health of CloudEvents being pushed

Anything else?

Relates to #479

@tomkerkhove tomkerkhove added needs-discussion feature-request All issues for new features that have not been committed to extensibility All issues related to extensibility of KEDA feature All issues for new features that have been committed to operations cloudevents All events related to CloudEvents to extend KEDA and removed needs-discussion feature-request All issues for new features that have not been committed to labels Aug 9, 2022
@tomkerkhove tomkerkhove modified the milestone: CloudEvents - Initial version Aug 9, 2022
@tomkerkhove tomkerkhove changed the title Provide CloudEvents system metrics in Prometheus Provide CloudEvents system metrics in Prometheus & OpenTelemetry Sep 5, 2023
@tomkerkhove
Copy link
Member Author

tomkerkhove commented Sep 5, 2023

Additional metrics:

  • keda_event_emitted_error_totals - Provides an indication of all the errors related to pushing events, per event sink
  • keda_event_emitted_totals - Provides an indication of all the events that have been emitted, per event sink
  • keda_event_queue_status - Provides an indication of how many events are droped or still queue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloudevents All events related to CloudEvents to extend KEDA extensibility All issues related to extensibility of KEDA feature All issues for new features that have been committed to operations
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants