Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 09f4724

Browse files
committed
Fix documentation on how to use librato sink
1 parent 8a06bbf commit 09f4724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sink-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ This sink supports monitoring metrics only.
258258

259259
To use the librato sink add the following flag:
260260

261-
--sink="librato:<?<OPTIONS>>"
261+
--sink=librato:<?<OPTIONS>>
262262

263263
Options can be set in query string, like this:
264264

@@ -270,7 +270,7 @@ Options can be set in query string, like this:
270270

271271
For example,
272272

273-
--sink="librato:?username=xyz&token=secret&prefix=k8s&tags=cluster&tag_cluster=staging"
273+
--sink=librato:?username=xyz&token=secret&prefix=k8s&tags=cluster&tag_cluster=staging
274274

275275
The librato sink currently only works with accounts, which support [tagged metrics](https://www.librato.com/docs/kb/faq/account_questions/tags_or_sources/).
276276

0 commit comments

Comments
 (0)