Add a prometheus metrics endpoint #373
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#373
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe your idea for an enhancement:
Add an endpoint at
/metricswhich provides data about Voidauth in the format Prometheus reads. This could be data like how often a user is rejected or similar. This is an example of some metrics provided by Authelia, visualized in Grafana.Describe alternatives you've considered:
Additional context:
Prometheus is an open source metrics platform, designed to collect and feed data from something like Grafana.