Merge "Show more lines in log queries in Grafana"
diff --git a/charts/prometheus/prometheus.yaml b/charts/prometheus/prometheus.yaml
index 4df43f8..66ae8d8 100644
--- a/charts/prometheus/prometheus.yaml
+++ b/charts/prometheus/prometheus.yaml
@@ -1145,11 +1145,14 @@
username: #@ gerrit.username
password_file: #@ "/etc/secrets/.pwd_{}".format(gerrit.host)
#@ end
-
- # - job_name: prometheus
- # static_configs:
- # - targets:
- # - localhost:9090
+ - job_name: prometheus
+ static_configs:
+ - targets:
+ - localhost:9090
+ - job_name: loki
+ static_configs:
+ - targets:
+ - #@ "loki-{}.{}.svc.cluster.local:3100".format(data.values.namespace, data.values.namespace)
# A scrape configuration for running Prometheus on a Kubernetes cluster.
# This uses separate scrape configs for cluster components (i.e. API server, node)