2025-02-07 04:11:18 +08:00
|
|
|
# Gather data from a Zipkin server including trace and timing data
|
2022-05-19 00:31:34 +08:00
|
|
|
[[inputs.zipkin]]
|
2023-04-03 21:23:05 +08:00
|
|
|
## 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"
|