This commit is contained in:
cventastic
2021-12-29 22:38:13 +01:00
parent 0c7dffc172
commit 785c701eb9
4 changed files with 9 additions and 7 deletions

View File

@@ -3,10 +3,11 @@ apiVersion: 1
providers: providers:
- name: 'Prometheus' - name: 'Prometheus'
orgId: 1 orgId: 1
folder: '' folder: 'rpc-node'
type: file type: file
disableDeletion: false disableDeletion: false
editable: true editable: true
allowUiUpdates: true allowUiUpdates: true
options: options:
path: /etc/grafana/provisioning/dashboards path: /etc/grafana/provisioning/dashboards
foldersFromFilesStructure: true

View File

@@ -1,7 +1,7 @@
{ {
"id": null, "id": null,
"title": "Docker Containers", "title": "rpc-node chain containers",
"description": "Containers metrics", "description": "chain container metrics",
"tags": [ "tags": [
"docker" "docker"
], ],

View File

@@ -1,7 +1,7 @@
{ {
"id": null, "id": null,
"title": "RPC-HOST-DOCKER", "title": "rpc-node",
"description": "Docker host metrics", "description": "metrics the rpc-node",
"tags": [ "tags": [
"system" "system"
], ],

View File

@@ -1,6 +1,7 @@
{ {
"id": null, "id": null,
"title": "Monitor Services", "title": "rpc-node monitoring docker",
"description": "rpc-node monitoring container",
"tags": [ "tags": [
"prometheus" "prometheus"
], ],