Change precison on example

pull/4329/head
Michael Desa 2015-10-05 12:29:58 -07:00
parent 70c7d1c4d8
commit 02349a63d5
2 changed files with 1 additions and 16 deletions

View File

@ -30,18 +30,3 @@ channel_buffer_size = 100000
[[series.field]]
key = "value"
type = "float64"
# Doesnt work as expected
## [[series.field]]
## key = "value-2"
## type = "float64-inc"
##
## [[series.field]]
## key = "value-3"
## type = "float64-inc+"
# Has 80% probability of being a constant value
[[series.field]]
key = "flat_value"
type = "float64-flat"

View File

@ -5,7 +5,7 @@ channel_buffer_size = 100000
batch_size = 5000
batch_interval = "0s"
database = "stress"
precision = "n"
precision = "s"
address = "localhost:8086"
reset_database = true
start_date = "2006-Jan-02"