Skip to content

Commit 8c0aa3b

Browse files
committed
fix(prometheus): remove conflicting OTLP features and fix datasource URL
- Remove otlp-deltatocumulative (conflicts with otlp-native-delta-ingestion) - Add /prometheus path to datasource URL (matches routePrefix config)
1 parent a1e60f7 commit 8c0aa3b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

ops/Helm/addons/observability/prometheus-operator/prometheus.values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ kube-prometheus-stack:
4040
- native-histograms
4141
- promql-experimental-functions
4242
- promql-duration-expr
43-
- otlp-deltatocumulative
4443
- otlp-native-delta-ingestion
4544

4645
ingress:

ops/Helm/addons/observability/prometheus-operator/templates/grafana/datasources/prometheus-datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stringData:
1111
- name: Prometheus
1212
uid: prometheus
1313
type: prometheus
14-
url: http://prometheus-prometheus.prometheus-operator.svc:9090
14+
url: http://prometheus-prometheus.prometheus-operator.svc:9090/prometheus
1515
access: proxy
1616
isDefault: true
1717
jsonData:
-27.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)