-
💭 Kubernetes Monitoring Helm tutorial | Grafana Lo...
Here's my thought on 💭 Kubernetes Monitoring Helm tutorial | Grafana Loki documentation This is a really great guide to setting up kubernetes monitoring…
-
💭 Configure the Tempo data source | Grafana docume...
Here's my thought on 💭 Configure the Tempo data source | Grafana documentation Really helpful article to getting tempo datasource setup in grafana, this…
-
grafana dashboards as k8s configmap
I'm trying to learn proper logs, monitoring, otel, and grafana. Today I imported a bunch of pre-made k8s dashboards and made a few of my own for specific apps, and it made me want to know how I can turn my own custom dashboards into infrastructure as code. Turns out grafana makes it pretty easy to do this, if you have the grafana dashboard sidecar running. It will pick up any ConfigMap with the grafana_dashboard label and import it. Go to Dashboards -> Pick a Dashboard -> Export -> JSON. imag