mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Update README.md
Use right JSON type in configuration
This commit is contained in:
parent
b69efdc2a4
commit
55cb12c9f8
@ -17,7 +17,7 @@ This folder contains the SinkManager and sink implementations for the cc-metric-
|
||||
The configuration file for the sinks is a list of configurations. The `type` field in each specifies which sink to initialize.
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"mystdout" : {
|
||||
"type" : "stdout",
|
||||
"meta_as_tags" : [
|
||||
@ -31,7 +31,7 @@ The configuration file for the sinks is a list of configurations. The `type` fie
|
||||
"database" : "ccmetric",
|
||||
"password" : "<jwt token>"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user