1
0
Fork 0
telegraf/plugins/inputs/zipkin/sample.conf

13 lines
367 B
Text
Raw Permalink Normal View History

# Gather data from a Zipkin server including trace and timing data
[[inputs.zipkin]]
## URL path for span data
# path = "/api/v1/spans"
## Port on which Telegraf listens
# port = 9411
## Maximum duration before timing out read of the request
# read_timeout = "10s"
## Maximum duration before timing out write of the response
# write_timeout = "10s"