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

Easy statistics via Prometheus #342

Open
MarliesRikken opened this issue Jan 28, 2025 · 1 comment
Open

Easy statistics via Prometheus #342

MarliesRikken opened this issue Jan 28, 2025 · 1 comment
Assignees

Comments

@MarliesRikken
Copy link
Collaborator

No description provided.

@MarliesRikken MarliesRikken converted this from a draft issue Jan 28, 2025
@MarliesRikken MarliesRikken moved this from New to Backlog in Openconext-Invite Jan 28, 2025
@phavekes
Copy link
Member

phavekes commented Feb 4, 2025

An example can be found here:

https://medium.com/turkcell/adding-custom-metrics-in-spring-boot-application-for-prometheus-a3893ee86b61

This will add an /actuator/prometheus endpoint, that can be extended with custommetrics

Using spring-boot-starter-actuator and micrometer-registry-prometheus

The metrics for this endpoint:

  • Total number of Access Roles
  • Total number of guest-users
  • Total number of users with a managers role
  • Total number of users with a inviter role
  • Total number of applications
  • Total number of pending invitations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants