feat(prometheus): tsdb retention set

!4
This commit is contained in:
2023-09-28 02:06:02 +09:30
parent be0161876d
commit 5bb7197129

View File

@ -232,12 +232,15 @@ nfc_monitoring:
# Additional settings for Prometheus. # Additional settings for Prometheus.
# See: https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.PrometheusSpec # See: https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.PrometheusSpec
# Type: dict # Type: dict
additional: {} additional:
# remoteWrite: # remoteWrite:
# - name: mimir # - name: mimir
# url: http://mimir-gateway.metrics.svc.cluster.local/api/v1/push # url: http://mimir-gateway.metrics.svc.cluster.local/api/v1/push
retention: 24h
retentionSize: 20GB
prometheus_adaptor: prometheus_adaptor:
@ -291,6 +294,7 @@ nfc_monitoring:
endpoint: "rook-ceph-rgw-earth.ceph.svc:80" endpoint: "rook-ceph-rgw-earth.ceph.svc:80"
access_key: "7J5NM2MNCDB4T4Y9OKJ5" access_key: "7J5NM2MNCDB4T4Y9OKJ5"
secret_key: "t9r69RzZdWEBL3NCKiUIpDk6j5625xc6HucusiGG" secret_key: "t9r69RzZdWEBL3NCKiUIpDk6j5625xc6HucusiGG"
insecure: true
additions: additions: