-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 guidelines for observability in the components #2436
Add guidelines for observability in the components #2436
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2436 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 287 287
Lines 15221 15221
=======================================
Hits 13953 13953
Misses 865 865
Partials 403 403 Continue to review full report at Codecov.
|
CONTRIBUTING.md
Outdated
Out of the box, your users should be able to observe the state of your component. | ||
The collector exposes a `/metrics` endpoint where your metrics will land. |
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.
Prometheus /metrics
endpoint?
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.
OpenMetrics would be more accurate, I suppose.
94e573f
to
629d8ba
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@bogdandrutu, would you please review/merge this one? |
629d8ba
to
2a16748
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@bogdandrutu, @tigrannajaryan, kindly re-review this one, please. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@tigrannajaryan, do you think this should be closed for now? I think the current state of this PR might be useful, but not complete. |
I think the first two paragraphs are fine. If you want to keep just that part then we can merge it. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
4da9d80
to
2558142
Compare
PR updated. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
ping @tigrannajaryan |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
ping @tigrannajaryan |
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
2558142
to
e7f1fe0
Compare
As part of #2430, this PR adds guidelines for component developers on how to appropriately make their components observable.
Signed-off-by: Juraci Paixão Kröhling [email protected]