From b079d201a026d2757b51579dd2a29d8decaf22ef Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 25 Sep 2015 14:04:37 -0700 Subject: [PATCH] Document openTSDB defaults in sample config [ci skip] --- etc/config.sample.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/config.sample.toml b/etc/config.sample.toml index 8536f1719b2..680c0a903b8 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -209,9 +209,12 @@ reporting-disabled = false [opentsdb] enabled = false - # bind-address = "" - # database = "" + # bind-address = ":4242" + # database = "opentsdb" # retention-policy = "" + # consistency-level = "one" + # tls-enabled = false + # certificate= "" # These next lines control how batching works. You should have this enabled # otherwise you could get dropped metrics or poor performance. Only points