12 lines
367 B
Text
12 lines
367 B
Text
# 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"
|