Attempt to fix enableOLTPReceiver bug in monioring bringup
This commit is contained in:
parent
6418935a82
commit
8880c152ee
|
|
@ -3,5 +3,5 @@ name: monitoring
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: "75.12.0"
|
version: "79.11.0"
|
||||||
repository: "https://prometheus-community.github.io/helm-charts"
|
repository: "https://prometheus-community.github.io/helm-charts"
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ kube-prometheus-stack:
|
||||||
hosts:
|
hosts:
|
||||||
- monitoring.video.jamkazam.com
|
- monitoring.video.jamkazam.com
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
|
enableOTLPReceiver: true
|
||||||
retention: 60d
|
retention: 60d
|
||||||
retentionSize: 20GB
|
retentionSize: 20GB
|
||||||
routePrefix: /prometheus
|
routePrefix: /prometheus
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ kube-prometheus-stack:
|
||||||
hosts:
|
hosts:
|
||||||
- monitoring.staging.video.jamkazam.com
|
- monitoring.staging.video.jamkazam.com
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
|
enableOTLPReceiver: true
|
||||||
retention: 60d
|
retention: 60d
|
||||||
retentionSize: 20GB
|
retentionSize: 20GB
|
||||||
routePrefix: /prometheus
|
routePrefix: /prometheus
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue