mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
feat: v0 dashboards for KPS and DB instances
This commit is contained in:
parent
7d61c79619
commit
8389dc0811
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/prometheus/db-exporter-full.json
|
||||||
|
/prometheus/kps-exporter-full.json
|
10
prometheus/makefile
Normal file
10
prometheus/makefile
Normal 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
Loading…
Reference in a new issue