Skip to content

Commit 56e4baa

Browse files
committed
TESTING (fleet/mimir) enable prometheus native histograms
1 parent d3f3c95 commit 56e4baa

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

fleet/lib/kube-prometheus-stack/aggregator/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ prometheus:
44
externalUrl: https://prometheus.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
55
remoteWrite:
66
- url: http://mimir-distributed-gateway.mimir:80/api/v1/push
7+
send_native_histograms: true
78
ingress:
89
enabled: true
910
ingressClassName: nginx

fleet/lib/kube-prometheus-stack/fleet.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,13 @@ targetCustomizations:
9696
prometheusSpec:
9797
remoteWrite: &cl-remotewrite
9898
- url: https://mimir.ruka.dev.lsst.org/api/v1/push
99+
send_native_histograms: true
99100
- url: https://mimir.antu.ls.lsst.org/api/v1/push
101+
send_native_histograms: true
100102
- url: https://mimir.kueyen.dev.lsst.org/api/v1/push
103+
send_native_histograms: true
101104
- url: https://mimir.kona.dev.lsst.org/api/v1/push
105+
send_native_histograms: true
102106
- name: cl-default
103107
clusterSelector:
104108
matchExpressions:
@@ -134,6 +138,7 @@ targetCustomizations:
134138
prometheusSpec:
135139
remoteWrite: &tu-remotewrite
136140
- url: https://mimir.pillan.tu.lsst.org/api/v1/push
141+
send_native_histograms: true
137142
- name: tu-default
138143
clusterSelector:
139144
matchExpressions:

fleet/lib/mimir/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ mimir:
5353
max_global_series_per_user: 0
5454
max_global_series_per_metric: 0
5555
compactor_blocks_retention_period: 2y
56+
native_histograms_ingestion_enabled: true # prom native histograms
5657
compactor:
5758
deletion_delay: 12h
59+
frontend:
60+
query_result_response_format: protobuf # prom native histograms
5861

5962
compactor:
6063
persistentVolume:

0 commit comments

Comments
 (0)