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

add a metrics endpoint #74

Open
nvdk opened this issue Oct 4, 2023 · 1 comment
Open

add a metrics endpoint #74

nvdk opened this issue Oct 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nvdk
Copy link
Member

nvdk commented Oct 4, 2023

Currently certain metrics are only available in the logs while they have a relevance from both a monitoring perspective and (in some cases) a frontend perspective.

The following metrics might be useful:

  • length of queue of to be processed delta's
  • length of queue of to be processed updates
  • elastichsearch index sizes (which can be derived from the elastich search stat api
  • amount of errors on ingesting to elasticsearch

perhaps others

We should consider whether we offer these metrics in a json:api format or using open metrics.

@nvdk nvdk added the enhancement New feature or request label Oct 4, 2023
@sergiofenoll
Copy link
Contributor

https://openmetrics.org doesn't resolve for me, link should probably be https://openmetrics.io/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants