<mohammadrony>

Opentelemetry and Grafana Stack

Documentations

Application Setup

Grafana Setup

helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm install tempo grafana/tempo --namespace grafana --create-namespace -f values.tempo.yaml
kubectl apply -f local-pv.yaml
helm install loki grafana/loki --namespace grafana --create-namespace -f values.loki.yaml
helm install grafana grafana/grafana --namespace grafana --create-namespace \
  --set persistence.enabled=false \
  -f values.grafana.yaml