diff --git a/docs/content/guides/operations/control-plane/metrics/grafana/index.md b/docs/content/guides/operations/control-plane/metrics/grafana/index.md index 61ced907d..0aaaa5dc1 100644 --- a/docs/content/guides/operations/control-plane/metrics/grafana/index.md +++ b/docs/content/guides/operations/control-plane/metrics/grafana/index.md @@ -10,6 +10,10 @@ tags: ["metrics", "observability"] [Grafana](https://grafana.com/) is an open source visualization and analytics tool that allows you to query, visualize, alert on, and explore your metrics. This guide will show you how to install Grafana and configure it to visualize the Radius control plane metrics from Prometheus. +{{% alert color="primary" %}} +This how-to article has been validated only on a local Kubernetes cluster. If you test in other configurations and have questions, please review [Grafana](https://grafana.com/). +{{% /alert %}} + ## Example dashboards There are two example dashboards that you can import into Grafana to quickly get started visualizing your metrics and then customize them to meet your needs. diff --git a/docs/content/guides/operations/control-plane/metrics/prometheus/index.md b/docs/content/guides/operations/control-plane/metrics/prometheus/index.md index 660b4e91f..04b95a41d 100644 --- a/docs/content/guides/operations/control-plane/metrics/prometheus/index.md +++ b/docs/content/guides/operations/control-plane/metrics/prometheus/index.md @@ -10,6 +10,11 @@ tags: ["metrics", "observability"] [Prometheus](https://prometheus.io/) collects and stores metrics as time series data. This guide will show you how to collect Radius control plane metrics to then be visualized and queried. + +{{% alert color="primary" %}} +This how-to article has been validated only on a local Kubernetes cluster. If you test in other configurations and have questions, please review [Prometheus](https://prometheus.io/) docs for help on debugging. +{{% /alert %}} + ## Install Prometheus on Kubernetes 1. Make sure you have the following pre-requisites: