From e4dcc4682bb72b64832b57b7e4073823cdeadf63 Mon Sep 17 00:00:00 2001 From: njain1985 Date: Fri, 5 Oct 2018 03:50:15 +1000 Subject: [PATCH] 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 --- .../resource-usage-monitoring.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md b/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md index 9463b4be769..868a12c74b7 100644 --- a/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md +++ b/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md @@ -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 %}}