Skip to content
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

Disclaimer note for users in both Grafana and Prometheus how-tos #862

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Users may experience issues when running in non-local clusters, please take a look at the official [Grafana](https://grafana.com/) docs for help on debugging.
jasonviviano marked this conversation as resolved.
Show resolved Hide resolved
{{% /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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Users may experience issues when running in non-local clusters, please take a look at the official [Prometheus](https://prometheus.io/) docs for help on debugging.
jasonviviano marked this conversation as resolved.
Show resolved Hide resolved
{{% /alert %}}

## Install Prometheus on Kubernetes

1. Make sure you have the following pre-requisites:
Expand Down
Loading