conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.24k stars 1.25k forks source link

Confluence metrics #64

Closed AuspeXeu closed 2 years ago

AuspeXeu commented 4 years ago

Would be great if there was an env var that allows us to disable the metrics being sent to confluence :)

simplesteph commented 4 years ago

There’s one but I can’t remember which. Look up in the confluent documentation and I’m happy to take a PR

On Tue, Mar 3 2020 at 8:35 PM, Chris Vaas < notifications@github.com > wrote:

Would be great if there was an env var that allows us to disable the metrics being sent to confluence :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/simplesteph/kafka-stack-docker-compose/issues/64?email_source=notifications&email_token=AE7CW2M7D2BSW3C3XIOSYKLRFVSZPA5CNFSM4LASQNE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISEVKHQ ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AE7CW2OX7ZCUSW7HSEHMH6LRFVSZPANCNFSM4LASQNEQ ).

AuspeXeu commented 4 years ago

Yeah, I had a look already but couldn't find anything. They at least don't seem to expose it as an ENV var.

simplesteph commented 4 years ago

@AuspeXeu try adding this environment variable:

KAFKA_CONFLUENT_SUPPORT_METRICS_ENABLE=false

This should result of it being disabled.

KAFKA_FOO_BAR=BAZ results in a new property added to Kafka: foo.bar=baz