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

FEATURE: Additional Prometheus metrics #4059

Open
tillprochaska opened this issue Dec 6, 2024 · 0 comments
Open

FEATURE: Additional Prometheus metrics #4059

tillprochaska opened this issue Dec 6, 2024 · 0 comments
Labels
backend Issues related to Aleph’s backend, API, CLI etc. feature-request Requests for new features or enhancements of existing features good first issue Issues that are well suited for first-time contributors

Comments

@tillprochaska
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Based on some real-world use cases, it would be great to have Prometheus metrics for the following:

  • Total number of search alerts (gauge)
  • Search alerts triggered (i.e. whenever a notification is sent because there is a new result matching an alert) (counter)
  • Exports created (counter)
  • Emails sent (counter)
  • OpenRefine Reconciliation usage
  • Search requests (i.e. requests to the /entities endpoint with a non-empty q URL search param; counter)
  • Total number of users with a non-expired API key (gauge)
  • Total number of user groups (gauge)
  • Total number of entity mappings (gauge)
  • Entity mappings created (counter)
  • Entity mappings executed/triggered (counter)
  • Total number of files (counter)

Describe the solution you'd like
-/-

Describe alternatives you've considered
-/-

Additional context
-/-

@tillprochaska tillprochaska added feature-request Requests for new features or enhancements of existing features triage These issues need to be reviewed by the Aleph team backend Issues related to Aleph’s backend, API, CLI etc. and removed triage These issues need to be reviewed by the Aleph team labels Dec 6, 2024
@catileptic catileptic added the good first issue Issues that are well suited for first-time contributors label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issues related to Aleph’s backend, API, CLI etc. feature-request Requests for new features or enhancements of existing features good first issue Issues that are well suited for first-time contributors
Projects
None yet
Development

No branches or pull requests

2 participants