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

feat: Add Prometheus exporter and metrics #48

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Conversation

didil
Copy link
Owner

@didil didil commented Jun 24, 2024

  • Integrated Prometheus metrics endpoint.
  • Added Prometheus counters for ingest requests and enqueued messages.
  • Added Prometheus counters for message processing attempts, successes, and failures.

- Added Prometheus counters for message processing attempts, successes, and failures in .
- Integrated Prometheus metrics endpoint in the router in .
- Updated  to include Prometheus client library.
- Added Prometheus counters for ingest requests and enqueued messages in .

Changes:
- : Added counters , , and .
- : Added  endpoint to expose Prometheus metrics.
- : Added  dependency.
- : Added counters  and .

This commit enhances the observability of the system by providing metrics for monitoring message processing and ingest request activities.
@didil didil merged commit c1fc6eb into main Jun 24, 2024
8 checks passed
@didil didil mentioned this pull request Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant