Update resource-usage-monitoring.md (#9980)
* Update resource-usage-monitoring.md Add New Relic Kubernetes monitoring integration * Update resource-usage-monitoring.md Implemented the suggested changes, thanks for pointing out. * Remove unneeded toc and add punctuation
This commit is contained in:
parent
7076a878dd
commit
e4dcc4682b
|
@ -18,8 +18,6 @@ where bottlenecks can be removed to improve overall performance.
|
|||
|
||||
{{% /capture %}}
|
||||
|
||||
{{< toc >}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
||||
In Kubernetes, application monitoring does not depend on a single monitoring
|
||||
|
@ -95,4 +93,14 @@ This video shows how to configure and run a Google Cloud Monitoring backed Heaps
|
|||
|
||||
With the [Kubernetes Job Monitor](https://github.com/pietervogelaar/kubernetes-job-monitor) dashboard a Cluster Administrator can see which jobs are running and view the status of completed jobs.
|
||||
|
||||
### New Relic Kubernetes monitoring integration
|
||||
|
||||
[New Relic Kubernetes](https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/kubernetes-monitoring-integration) integration provides increased visibility into the performance of your Kubernetes environment in. New Relic's Kubernetes integration instruments the container orchestration layer by reporting metrics from Kubernetes objects. The integration gives you insight into your Kubernetes nodes, namespaces, deployments, replica sets, pods, and containers.
|
||||
|
||||
Marquee capabilities:
|
||||
View your data in pre-built dashboards for immediate insight into your Kubernetes environment.
|
||||
Create your own custom queries and charts in Insights from automatically reported data.
|
||||
Create alert conditions on Kubernetes data.
|
||||
Learn more on this [page](https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/kubernetes-monitoring-integration).
|
||||
|
||||
{{% /capture %}}
|
||||
|
|
Loading…
Reference in New Issue