feat(metrics): Add db metrics for grafana
This commit is contained in:
parent
dceadd9e21
commit
50820e7feb
@ -47,3 +47,7 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 500Mi
|
memory: 500Mi
|
||||||
|
|
||||||
|
monitoring:
|
||||||
|
enablePodMonitor: true
|
||||||
|
|
||||||
|
@ -8,5 +8,5 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: kubelet
|
app.kubernetes.io/name: kubelet
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: http-metrics
|
- port: https-metrics
|
||||||
path: /metrics
|
path: /metrics
|
||||||
|
Loading…
Reference in New Issue
Block a user