We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am using the latest code built as a Docker image
docker run --name burrow-exporter -d -p 8090:8080 --link burrow -e BURROW_ADDR="http://burrow:8000/" -e METRICS_ADDR="0.0.0.0:8080" -e API_VERSION="3" -e INTERVAL="30" jirwin/burrow_exporter
The only metric showing up in the /metrics endpoint is kafka_burrow_topic_partition_offset, why other metrics are absent, like the lag?
Many thanks
The text was updated successfully, but these errors were encountered:
Hi @aijanai , I had a similar issue and fixed it after going through the docker container logs. Could you provide your docker container logs ?
Sorry, something went wrong.
No branches or pull requests
Hi,
I am using the latest code built as a Docker image
The only metric showing up in the /metrics endpoint is kafka_burrow_topic_partition_offset, why other metrics are absent, like the lag?
Many thanks
The text was updated successfully, but these errors were encountered: