Update README.md

This commit is contained in:
Thomas Gruber 2022-11-04 14:53:08 +01:00 committed by GitHub
parent 0f35469168
commit f0da07310b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,9 @@ The configuration file for the sinks is a list of configurations. The `type` fie
[
"mystdout" : {
"type" : "stdout",
"meta_as_tags" : false
"meta_as_tags" : [
"unit"
]
},
"metricstore" : {
"type" : "http",
@ -103,4 +105,4 @@ func NewSampleSink(name string, config json.RawMessage) (Sink, error) {
return s, err
}
```
```