Use kube-prometheus-stack for monitoring
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
@@ -482,16 +482,20 @@
|
||||
"job": true,
|
||||
"kubernetes_namespace": true,
|
||||
"kubernetes_pod_name": true,
|
||||
"namespace": true,
|
||||
"pod_template_hash": true,
|
||||
"status": true,
|
||||
"type": true
|
||||
"type": true,
|
||||
"pod": true,
|
||||
"container": true,
|
||||
"endpoint": true,
|
||||
"exported_namespace": true
|
||||
},
|
||||
"indexByName": {},
|
||||
"renameByName": {
|
||||
"Value": "Status",
|
||||
"kind": "Kind",
|
||||
"name": "Name"
|
||||
"name": "Name",
|
||||
"namespace": "Namespace"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -594,15 +598,19 @@
|
||||
"job": true,
|
||||
"kubernetes_namespace": true,
|
||||
"kubernetes_pod_name": true,
|
||||
"namespace": true,
|
||||
"pod_template_hash": true,
|
||||
"pod": true,
|
||||
"status": true,
|
||||
"type": true
|
||||
"type": true,
|
||||
"container": true,
|
||||
"endpoint": true,
|
||||
"exported_namespace": true
|
||||
},
|
||||
"indexByName": {},
|
||||
"renameByName": {
|
||||
"Value": "Status",
|
||||
"kind": "Kind",
|
||||
"namespace": "Namespace",
|
||||
"name": "Name"
|
||||
}
|
||||
}
|
||||
@@ -831,7 +839,7 @@
|
||||
"schemaVersion": 26,
|
||||
"style": "light",
|
||||
"tags": [
|
||||
"gitops-toolkit"
|
||||
"flux"
|
||||
],
|
||||
"templating": {
|
||||
"list": [
|
||||
|
||||
@@ -1356,7 +1356,7 @@
|
||||
"schemaVersion": 26,
|
||||
"style": "light",
|
||||
"tags": [
|
||||
"gitops-toolkit"
|
||||
"flux"
|
||||
],
|
||||
"templating": {
|
||||
"list": [
|
||||
@@ -1424,7 +1424,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "GitOps Toolkit Control Plane",
|
||||
"uid": "gitops-toolkit-control-plane",
|
||||
"title": "Flux Control Plane",
|
||||
"uid": "flux-control-plane",
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user