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

feat(metrics): add badger metrics (#8034) #8737

Merged
merged 1 commit into from
Mar 9, 2023
Merged

Conversation

mangalaman93
Copy link
Contributor

These metrics have been part of Badger for a while. This PR exports them in orometheus format at the /metrics endpoint.

  • badger_blocked_puts_total
  • badger_pending_writes_total
  • badger_compactions_current

fixes #8481

@CLAassistant
Copy link

CLAassistant commented Mar 7, 2023

CLA assistant check
All committers have signed the CLA.

@dgraph-bot dgraph-bot added area/core internal mechanisms area/testing Testing related issues go Pull requests that update Go code labels Mar 7, 2023
@MichelDiz MichelDiz added the dgraph Issue or PR created by an internal Dgraph contributor. label Mar 7, 2023
These metrics have been part of Badger for a while. This PR
exports them in orometheus format at the /metrics endpoint.

 * badger_blocked_puts_total
 * badger_pending_writes_total
 * badger_compactions_current
@mangalaman93 mangalaman93 merged commit c810e28 into main Mar 9, 2023
@mangalaman93 mangalaman93 deleted the aman/metrics branch March 9, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core internal mechanisms area/testing Testing related issues dgraph Issue or PR created by an internal Dgraph contributor. go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

[FEATURE]: add some badger metrics to /metrics endpoint.
5 participants