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

Commit 546ab66

Browse files
authored
Merge pull request #1568 from dieterdemeyer/librato-docs
Fix documentation on how to use librato sink
2 parents 0f6d09f + 09f4724 commit 546ab66

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
@@ -272,7 +272,7 @@ This sink supports monitoring metrics only.
272272

273273
To use the librato sink add the following flag:
274274

275-
--sink="librato:<?<OPTIONS>>"
275+
--sink=librato:<?<OPTIONS>>
276276

277277
Options can be set in query string, like this:
278278

@@ -284,7 +284,7 @@ Options can be set in query string, like this:
284284

285285
For example,
286286

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

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

0 commit comments

Comments
 (0)