基于thanos搭建分布式prometheus
-team.smzdm.com/prometheus/thanos:v0.18.0 volumeMounts: - mountPath: /etc/thanos name: thanos-receive-config - mountPath: /thanos-receive-data name: thanos-receive-data livenessProbe: failureThreshold: 10 httpGet: path: /-/healthy port: 10902 scheme: HTTP initialDelaySeconds: 60 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 3 readinessProbe...阅读全文