helm repo add grafana https://grafana.github.io/helm-charts https://prometheus-community.github.io/helm-charts
helm install grafana grafana/grafana --set persistence.enabled=true,adminPassword=admin,service.type=LoadBalancer
helm install prometheus prometheus-community/prometheus
helm install loki grafana/loki-stack
helm install observe-tempo grafana/tempo