-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Labels
backendIssues related to Aleph’s backend, API, CLI etc.Issues related to Aleph’s backend, API, CLI etc.feature-requestRequests for new features or enhancements of existing featuresRequests for new features or enhancements of existing featuresgood first issueIssues that are well suited for first-time contributorsIssues that are well suited for first-time contributors
Description
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-emptyq
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
-/-
Metadata
Metadata
Assignees
Labels
backendIssues related to Aleph’s backend, API, CLI etc.Issues related to Aleph’s backend, API, CLI etc.feature-requestRequests for new features or enhancements of existing featuresRequests for new features or enhancements of existing featuresgood first issueIssues that are well suited for first-time contributorsIssues that are well suited for first-time contributors