Skip to content

Commit

Permalink
document concurrency flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Apr 17, 2017
1 parent 710ef7f commit 72ff8c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/grafana-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ other options can appear after the schemasFile, space-separated.
* flushMaxWait: after this many milliseconds, trigger a flush (default 500)
* timeout: after how many milliseconds to consider a request to the hosted metrics to timeout, so that it will retry later (default 2000)
* sslverify: disables ssl verifications, useful for test/POC setups with self signed ssl certificates (default true)
* concurrency: how many independent workers pushing data to grafanacloud (default 10)

Note that there's only 1 flush worker so you have to check the carbon-relay-ng dashboard (or the log)
to make sure flushes don't last so long that the buffer fills up.
In that case, increase the flush values, so that we can flush more data per flush.

0 comments on commit 72ff8c1

Please sign in to comment.