-
Notifications
You must be signed in to change notification settings - Fork 14.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
resource-usage-monitoring.md Modified #34471
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,8 +59,11 @@ Autoscaler. The monitoring pipeline fetches metrics from the kubelet and | |
then exposes them to Kubernetes via an adapter by implementing either the | ||
`custom.metrics.k8s.io` or `external.metrics.k8s.io` API. | ||
|
||
[Prometheus](https://prometheus.io), a CNCF project, can natively monitor Kubernetes, nodes, and Prometheus itself. | ||
Full metrics pipeline projects that are not part of the CNCF are outside the scope of Kubernetes documentation. | ||
Kubernetes is designed to work with [OpenMetrics](https://openmetrics.io/) which is one of the CNCF Project. | ||
To know more about the Projects under CNCF, refer to this [link](https://landscape.cncf.io/card-mode?category=monitoring&project=graduated,incubating,member,no&grouping=category&sort=stars). Full metrics pipeline | ||
projects that are not part of the CNCF are outside the scope of Kubernetes documentation. | ||
|
||
*It is to be noted that Kubernetes Project don't provide any kind of recommendation for other projects to work upon. It is a user choice to pick a project to start working upon. In order to make a Full metric pipeline, Kubernetes is required to design and deploy the infrastructure.* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The last two sentences are not as clear, especially the last sentence. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kbhawkey What according to you shall a good understandable sentence look like? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree with @kbhawkey, these sentences are not clear and concise |
||
|
||
## {{% heading "whatsnext" %}} | ||
|
||
|
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.
👋 @nitishkumar06 . What do you think about these edits:
Kubernetes is designed to work with OpenMetrics which is one of the CNCF Observability and Analysis - Monitoring Projects. Full metrics pipeline projects that are not part of the CNCF are outside the scope of the Kubernetes documentation.