-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest-task.yaml
More file actions
35 lines (35 loc) · 1.01 KB
/
test-task.yaml
File metadata and controls
35 lines (35 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
version: 1
schedule:
type: "simple"
interval: "1s"
workflow:
collect:
metrics:
# /intel/docker/*: {}
/intel/procfs/meminfo/*: {}
/intel/procfs/disk/*: {}
/intel/procfs/cpu/*: {}
config:
/intel/procfs:
proc_path": "/proc"
/intel/docker:
endpoint: "unix:///var/run/docker.sock"
process:
- plugin_name: "snap-average-counter-processor"
config:
collect.namespaces: "default, hyperpilot"
collect.include_empty_namespace: true
collect.exclude_metrics: "intel/procfs/*, intel/docker/stats/*"
collect.exclude_metrics.except: "*perc, *percentage"
average: "*"
publish:
- plugin_name: "influxdb"
config:
host: "influxsrv"
port: 8086
database: "snap"
user: "root"
password: "default"
https: false
skip-verify: false