You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01-get-started/05-grafana-helm-setup.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,22 @@
1
1
---
2
2
layout: default
3
3
title: Grafana Helm Setup
4
-
permalink: /docs/concepts/grafana-helm-setup
4
+
permalink: /docs/get-started/grafana-helm-setup
5
5
---
6
6
7
7
# Grafana Helm Setup
8
8
9
-
<details>
10
-
<summary><h2>Introduction</h2></summary>
11
-
12
9
This guide explains how to set up Grafana for monitoring Cadence workflows and services using Helm charts. Helm simplifies the deployment and management of Grafana in Kubernetes environments. Pre-configured dashboards for Cadence are available to visualize metrics effectively.
13
10
14
-
</details>
15
-
16
-
<details>
17
-
<summary><h2>Prerequisites</h2></summary>
11
+
## Prerequisites
18
12
19
13
Before proceeding, ensure the following:
20
14
21
15
- Kubernetes cluster is up and running.
22
16
- Helm is installed on your system. Refer to the [Helm installation guide](https://helm.sh/docs/intro/install/).
3.**Select Prometheus** as data source when prompted
109
100
4. Try the same steps for other dashboards
110
101
111
-
</details>
112
-
113
-
<details>
114
-
<summary><h2>Customization</h2></summary>
102
+
## Customization
115
103
116
104
The Grafana dashboards can be customized by editing the JSON files or modifying panels directly in Grafana. Additionally, Helm values can be overridden during installation to customize Grafana settings.
117
105
@@ -129,13 +117,8 @@ Install Grafana with the custom values:
0 commit comments