feat: v0 dashboards for KPS and DB instances

This commit is contained in:
Div Arora 2021-07-16 07:28:14 +08:00
parent 7d61c79619
commit 8389dc0811
3 changed files with 483 additions and 494 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/prometheus/db-exporter-full.json
/prometheus/kps-exporter-full.json

10
prometheus/makefile Normal file
View file

@ -0,0 +1,10 @@
db-exporter-full.json: node-exporter-full.json
cp $< $@
sed -i -e 's/prod-1/prod-db/g' -e 's/KPS Exporter Full/DB Exporter Full/' -e 's/rYdddlP/rYdddlPWk/' $@
kps-exporter-full.json: node-exporter-full.json
cp $< $@
all: db-exporter-full.json kps-exporter-full.json
.PHONY: all

File diff suppressed because it is too large Load diff