1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Use kube-prometheus-stack for monitoring

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2021-05-07 12:02:39 +01:00
parent 17e3c57d7e
commit 3b91e14f6d
8 changed files with 97 additions and 9 deletions

View File

@@ -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": [

View File

@@ -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
}