-
Notifications
You must be signed in to change notification settings - Fork 115
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
WIP: metric guide for ks #289
base: master
Are you sure you want to change the base?
Conversation
/assign @benjaminhuo |
/assign @zryfish |
Signed-off-by: LiHui <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xyz-li The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @zryfish |
@@ -0,0 +1,61 @@ | |||
# Why we need to add metrics to kubesphere | |||
|
|||
Metrics can provide insight into the behavior and health of our system. They represent the raw material used by monitoring system to build a holistic view of kubesphere, automate responses to changes, and alert human beings when required. |
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.
Maybe we should add :
-
Description of the metrics scraping port and path
-
An instrumentation overview link https://prometheus.io/docs/practices/instrumentation/
-
more naming conversion instructions links like:
https://prometheus.io/docs/practices/naming/
https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels -
And also some metrics type instructions links like:
https://prometheus.io/docs/concepts/metric_types/ -
Intro to the client library
https://prometheus.io/docs/instrumenting/clientlibs/
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.
See my comments above, thanks
4a41274
to
a30f1e3
Compare
Signed-off-by: LiHui [email protected]