You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[inputs.burrow]]
## Burrow API endpoints in format "schema://host:port".
## Default is "http://localhost:8000".
servers = ["http://localhost:8000"]
## Filter topics, default is no filtering.
## Values can be specified as glob patterns.
# topics_include = []
topics_exclude = [ "__consumer_offsets" ]
System info:
Telegraf 1.10.3.
CentOS 7 / RedHat 7
Steps to reproduce:
Use a burrow instance to get metrics with telegraf input. Config the address in server config var. The burrow config point to a kafka cluster with activer consumers and producers.
Relevant telegraf.conf:
System info:
Telegraf 1.10.3.
CentOS 7 / RedHat 7
Steps to reproduce:
Use a burrow instance to get metrics with telegraf input. Config the address in server config var. The burrow config point to a kafka cluster with activer consumers and producers.
Prepare the next two files of configuration
Checking burrow_partition without filter:
Expected behavior:
Checking burrow_partition with filter:
Actual behavior:
Checking burrow_partition with filter:
Additional info:
The text was updated successfully, but these errors were encountered: