Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use right JSON type in configuration
  • Loading branch information
TomTheBear authored Jul 15, 2024
1 parent b69efdc commit 55cb12c
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 55cb12c

Please sign in to comment.