testing process exporter
parent
34100f2ade
commit
fbc3d7e832
@ -1,9 +1,17 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
- name: monero-exporter
|
||||
type: prometheus
|
||||
url: http://prometheus:9090
|
||||
url: http://monero-exporter:9090
|
||||
access: proxy
|
||||
isDefault: true
|
||||
timeInterval: 10s
|
||||
|
||||
datasources:
|
||||
- name: process-exporter
|
||||
type: prometheus
|
||||
url: http://process-exporter:9256
|
||||
access: proxy
|
||||
isDefault: false
|
||||
timeInterval: 10s
|
||||
|
@ -0,0 +1,4 @@
|
||||
process_names:
|
||||
- name: "{{.Comm}}"
|
||||
cmdline:
|
||||
- '.+'
|
Loading…
Reference in New Issue