Add default_tags to example config

This commit is contained in:
Thomas Roehl 2021-05-19 01:46:37 +02:00
parent 39c96da409
commit da11523448

View File

@ -19,6 +19,9 @@
"cpustat", "cpustat",
"topprocs" "topprocs"
], ],
"default_tags": {
"cluster": "testcluster"
},
"receiver": { "receiver": {
"type": "none" "type": "none"
} }