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
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
+
14
+
</details>
15
+
16
+
<details>
17
+
<summary><h2>Prerequisites</h2></summary>
18
+
19
+
Before proceeding, ensure the following:
20
+
21
+
- Kubernetes cluster is up and running.
22
+
- Helm is installed on your system. Refer to the [Helm installation guide](https://helm.sh/docs/intro/install/).
2.**Import in Grafana:****Dashboards** → **Import** → Upload JSON files
108
+
3.**Select Prometheus** as data source when prompted
109
+
4. Try the same steps for other dashboards
110
+
111
+
</details>
112
+
113
+
<details>
114
+
<summary><h2>Customization</h2></summary>
115
+
116
+
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
+
118
+
### Example: Override Helm Values
119
+
Create a `values.yaml` file to customize Grafana settings:
description="🎯 Get production-ready monitoring for your Cadence workflows! Our comprehensive guide covers ServiceMonitor setup, automated metrics scraping, and pre-built dashboards. Perfect for Kubernetes deployments."
0 commit comments