-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Milestone
Description
Bug report
Relevant telegraf.conf:
[global_tags]
dc = "DC" # will tag all metrics with dc=us-east-1
env = "prod"
[agent]
interval = "10s"
round_interval = true
metric_buffer_limit = 10000
flush_buffer_when_full = true
collection_jitter = "0s"
flush_interval = "10s"
flush_jitter = "0s"
debug = false
quiet = true
hostname = "ddiscovery02"
[[inputs.mem]]
[[outputs.prometheus_client]]
## Address to listen on
listen = "0.0.0.0:9126"
expiration_interval = "10s"
System info:
Telegraf v1.3.4 (git: release-1.3 7bbd3da)
Rhel 7.3
Steps to reproduce:
- add config
- start telegraf
curl http://0.0.0.0:9126/metricsensure mem metrics are heresystemctl reload telegrafcurl http://0.0.0.0:9126/metricsensure mem metrics are here
Expected behavior:
After reload metrics still there
Actual behavior:
only prometheus_client itself metrics are in output.
Additional info:
[Include gist of relevant config, logs, etc.]
https://gist.github.com/freeseacher/e8647e49591f21b348accd8201bb6173
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels