hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

fix: changes default configs to work with docker-compose setup #45

Closed JBAhire closed 3 years ago

JBAhire commented 3 years ago

Description

Testing

Tested with docker-compose setup locally.

Checklist:

jcchavezs commented 3 years ago

I am sorry I did not explain myself correctly. What I meant was that we could set the Kafka host over an env car instead of sticking to a particular name as this is very specific to docker compose setup.

On Thu, 4 Mar 2021, 09:54 Jayesh Bapu Ahire, notifications@github.com wrote:

@JBAhire commented on this pull request.

In default-config.yml https://github.com/hypertrace/hypertrace-collector/pull/45#discussion_r587276773 :

zipkin:

processors: batch:

exporters:

  • logging:
  • logLevel: debug
  • kafka:
  • protocol_version: 2.0.0
  • brokers:
    • kafka-zookeeper:9092
  • topic: jaeger-spans

@jcchavezs https://github.com/jcchavezs , I made ht-config as default while passing in command.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hypertrace/hypertrace-collector/pull/45#discussion_r587276773, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXOYARCIGFQT5WRH2ASUPLTB5DEHANCNFSM4YSS53JA .

JBAhire commented 3 years ago

@jcchavezs , @kotharironak, I added broker name as environment variable in ht-config file.

jcchavezs commented 3 years ago

Thanks @JBAhire !