hi influxdb,
There is a issue with telegraf, thedetailed info is below: Architecture of system: telegraf + influxdb + grafana Expected behavior: It display the actual value of the metrics in time series; Actual behavior: It display the sum of history data value, it growth higher and higher. When I restart the telegraf service, the metrics value is down to 0. The display pic is below: System info: telegraf version: 1.1.1 influxdb version: 1.1.0 os: centos 6.3 Relevant telegraf.conf: 205 # Statsd Server 206 [[inputs.statsd]] 207 ## Address and port to host UDP listener on 208 service_address = ":8125" 209 ## Delete gauges every interval (default=false) 210 delete_gauges = false 211 ## Delete counters every interval (default=false) 212 delete_counters = false 213 ## Delete sets every interval (default=false) 214 delete_sets = false 215 ## Delete timings histograms every interval (default=true) 216 delete_timings = true 217 ## Percentiles to calculate for timing histogram stats 218 percentiles = [90] 219 220 ## separator to use between elements of a statsd metric 221 metric_separator = "_" 222 223 ## Parses tags in the datadog statsd format 224 ## http://docs.datadoghq.com/guides/dogstatsd/ 225 parse_data_dog_tags = false 226 227 ## Statsd data translation templates, more info can be read here: 228 ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md#graphite 229 # templates = [ 230 # "cpu.* measurement*" 231 # ] 232 233 ## Number of UDP messages allowed to queue up, once filled, 234 ## the statsd server will start dropping packets 235 allowed_pending_messages = 10000 236 237 ## Number of timing/histogram values to track per-measurement in the 238 ## calculation of percentiles. Raising this limit increases the accuracy 239 ## of percentiles but also increases the memory usage and cpu time. 240 percentile_limit = 1000 Best gards, hang zhou -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/tencent_1B793E7188FE257504E47762%40qq.com. For more options, visit https://groups.google.com/d/optout.
