Skip to content

Commit

Permalink
Update README.md for sinks
Browse files Browse the repository at this point in the history
Wrong JSON format, it is an object, not a list.
  • Loading branch information
TomTheBear authored Jul 15, 2024
1 parent 2e7990f commit f6c94e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand All @@ -31,7 +31,7 @@ The configuration file for the sinks is a list of configurations. The `type` fie
"database" : "ccmetric",
"password" : "<jwt token>"
}
]
}
```


Expand Down

0 comments on commit f6c94e3

Please sign in to comment.