mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
Add InfluxDB/Grafana monitoring
This commit is contained in:
parent
9c0811afe8
commit
0b8488606b
11 changed files with 668 additions and 23 deletions
8
grafana/provisioning/dashboards/pluralkit.yml
Normal file
8
grafana/provisioning/dashboards/pluralkit.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: 1
|
||||
providers:
|
||||
- name: "pluralkit"
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
options:
|
||||
path: /etc/grafana/dashboards
|
||||
9
grafana/provisioning/datasources/pluralkit.yml
Normal file
9
grafana/provisioning/datasources/pluralkit.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: InfluxDB
|
||||
type: influxdb
|
||||
database: pluralkit
|
||||
access: proxy
|
||||
url: http://influx:8086
|
||||
editable: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue