Skip to content

Commit 70d6f2b

Browse files
committed
(fleet/mimir) enable prometheus native histograms
1 parent 324ad41 commit 70d6f2b

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+
sendNativeHistograms: 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+
sendNativeHistograms: true
99100
- url: https://mimir.antu.ls.lsst.org/api/v1/push
101+
sendNativeHistograms: true
100102
- url: https://mimir.kueyen.dev.lsst.org/api/v1/push
103+
sendNativeHistograms: true
101104
- url: https://mimir.kona.dev.lsst.org/api/v1/push
105+
sendNativeHistograms: 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+
sendNativeHistograms: 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
@@ -46,8 +46,11 @@ mimir:
4646
max_global_series_per_user: 0
4747
max_global_series_per_metric: 0
4848
compactor_blocks_retention_period: 2y
49+
native_histograms_ingestion_enabled: true # prom native histograms
4950
compactor:
5051
deletion_delay: 12h
52+
frontend:
53+
query_result_response_format: protobuf # prom native histograms
5154

5255
compactor:
5356
persistentVolume:

0 commit comments

Comments
 (0)