Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Camel will auto-configure a ScribeSpanCollector if no SpanCollector explicit has been configured, and if the hostname and port to the span collector has been configured as environment variables:

  • ZIPKIN_COLLECTOR_THRIFT_SERVICE_HOST - The hostname
  • ZIPKIN_COLLECTOR_THRIFT_SERVICE_PORT - The port number

...