File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
5962compactor :
6063 persistentVolume :
You can’t perform that action at this time.
0 commit comments