Add metrics for prometheus observability - #661
Merged
Merged
Conversation
daniel-heppner-ibigroup
force-pushed
the
metrics-endpoint
branch
from
July 29, 2026 21:46
ef08f14 to
56cee10
Compare
daniel-heppner-ibigroup
force-pushed
the
metrics-endpoint
branch
from
July 29, 2026 21:47
56cee10 to
142e3f8
Compare
Contributor
Author
|
do we have a formatter? |
miles-grant-ibigroup
requested changes
Jul 29, 2026
miles-grant-ibigroup
left a comment
Contributor
There was a problem hiding this comment.
Haven't had a chance to test it yet, but looks solid
miles-grant-ibigroup
force-pushed
the
metrics-endpoint
branch
from
August 3, 2026 16:26
36b941b to
5c612db
Compare
miles-grant-ibigroup
approved these changes
Aug 3, 2026
miles-grant-ibigroup
left a comment
Contributor
There was a problem hiding this comment.
Working great! I adore it
binh-dam-ibigroup
requested changes
Aug 5, 2026
binh-dam-ibigroup
left a comment
Contributor
There was a problem hiding this comment.
Please move secrets from server.yml to env.yml.
daniel-heppner-ibigroup
force-pushed
the
metrics-endpoint
branch
from
August 10, 2026 22:29
644c67f to
5127f3c
Compare
binh-dam-ibigroup
approved these changes
Aug 13, 2026
binh-dam-ibigroup
left a comment
Contributor
There was a problem hiding this comment.
Nice, looking forward to use metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
devbefore they can be merged tomaster)Description
I'm adding a /metrics endpoint and tracking a bunch of metrics with micrometer gauges and counters. We also get a bunch of JVM stats built in from micrometer.
note it's unauthenticated, so users will need to make sure to filter that url in their reverse proxy if they feel like the data contained is sensitive.
example of metrics here: https://gist.github.com/daniel-heppner-ibigroup/3efda5ac5238337727af09009d84b9a1