Closed peterolivo closed 5 years ago
Looks like this is related to not being able to connect to the docker-compose burrow.
burrow_exporter docker logs
time="2018-11-27T18:00:45Z" level=info msg="Scraping burrow..." timestamp=1543341645352244400
time="2018-11-27T18:00:45Z" level=error msg="error making request" endpoint="http://localhost:8000/v3/kafka" err="Get http://localhost:8000/v3/kafka: dial tcp 127.0.0.1:8000: connect: connection refused"
time="2018-11-27T18:00:45Z" level=error msg="error retrieving cluster details" err="Get http://localhost:8000/v3/kafka: dial tcp 127.0.0.1:8000: connect: connection refused"
time="2018-11-27T18:00:45Z" level=error msg="error listing clusters. Continuing." err="Get http://localhost:8000/v3/kafka: dial tcp 127.0.0.1:8000: connect: connection refused"
Yep, when configured correctly I get the good stuff
# HELP kafka_burrow_topic_partition_offset The latest offset on a topic's partition as reported by burrow.
# TYPE kafka_burrow_topic_partition_offset gauge
kafka_burrow_topic_partition_offset{cluster="local",partition="0",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="0",topic="test-topic"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="0",topic="test-topic2"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="0",topic="test-topic3"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="1",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="1",topic="test-topic"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="10",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="11",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="12",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="13",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="14",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="15",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="16",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="17",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="18",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="19",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="2",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="20",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="21",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="22",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="23",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="24",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="25",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="26",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="27",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="28",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="29",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="3",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="30",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="31",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="32",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="33",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="34",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="35",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="36",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="37",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="38",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="39",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="4",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="40",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="41",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="42",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="43",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="44",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="45",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="46",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="47",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="48",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="49",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="5",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="6",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="7",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="8",topic="__consumer_offsets"} 0
kafka_burrow_topic_partition_offset{cluster="local",partition="9",topic="__consumer_offsets"} 0
Closing this, maybe it will help others in the future.
@peterolivo Can you please mention, how did you resolve by changing the configuration ?
I'm getting the same issue, but my burrow_exporter logs says, "finished scraping burrow."
This may be a gap of usage knowledge on my end but I am only getting go stats form /metrics Is there a sub URL that I am missing? Burrow is working and, I am not seeing any errors with connecting via docker.
Burrow ouput
{ "error": false, "message": "cluster list returned", "clusters": [ "local" ], "request": { "url": "/v3/kafka", "host": "70fb55e70e02" } }
/metrics output