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.
feat: expose agent stats via Prometheus endpoint #7115
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: expose agent stats via Prometheus endpoint #7115
Changes from all commits
8d4e67d
da729e6
9ad09b2
440657c
8764f89
663b5d5
63aff5e
3905481
f8d6f46
d487a77
7acbaf0
7418779
3a8e4e6
b5d0581
e4d708b
199e549
7307bd3
d0b8398
f0c0418
970d35a
229f546
7070e0e
8c6f96b
1ed37b4
7ee1bfc
2b8a9e4
322f7e8
c7af75a
9693fa8
28f7a13
7878167
d9e4903
0d37c85
f752c6f
9c7aef8
5290571
1cbe59b
f8f11eb
4ffae11
7ba16b5
2a4c674
201da83
ba52c45
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These can be called whilst holding mutex? Wondering since the above call is to a nolock method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is RWMutex, and we're using here only RLocks, so I guess that is's safe?
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.