Skip to content

Commit

Permalink
Add pre-requisites
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Crawfis <[email protected]>
  • Loading branch information
AaronCrawfis committed Oct 17, 2023
1 parent 61a80b3 commit aa67d6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The [radius-resource-provider-dashboard.json](https://get.radapp.dev/tools/grafa
### Pre-requisites

- [Setup Prometheus]({{<ref prometheus.md>}}) on your Kubernetes cluster
- [Helm 3](https://helm.sh/)


### Install Grafana

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tags: ["tracing", "observability"]

The following steps show you how to configure the Radius control plane to send distributed tracing data to Jaeger running as a container in your Kubernetes cluster and how to view the data.

## Pre-requisites

- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/)

## Step 1: Install Jaeger on Kubernetes

1. Create the namespace `radius-monitoring`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tags: ["tracing", "observability"]

The following steps show you how to configure the [Radius control plane]({{< ref architecture-concept >}}) components to send distributed tracing data to Zipkin running as a container in your Kubernetes cluster and how to view the data.

## Pre-requisites

- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/)

## Step 1: Install Zipkin on Kubernetes

1. Create the namespace `radius-monitoring`:
Expand Down

0 comments on commit aa67d6e

Please sign in to comment.