Loading

Zipkin OpenTelemetry Input Package

Version 0.1.0 (View all)
Subscription level
What's this?
Basic
Developed by
What's this?
Elastic
Minimum Kibana version(s) 9.4.0
The Zipkin OpenTelemetry Input Package integration v0.1.0 is in technical preview

To use pre-release integrations, go to the Integrations page in Kibana, scroll down, and toggle on the Display beta integrations option.

The Zipkin OpenTelemetry Input Package for Elastic enables collection of trace data from applications instrumented with Zipkin through OpenTelemetry protocols using the zipkinreceiver.

This package receives Zipkin trace data (V1 and V2 JSON/Protobuf formats) by configuring the Zipkin receiver in the Input Package, which then gets applied to the zipkinreceiver present in the EDOT collector, which then forwards the data to Elastic Agent. The Elastic Agent processes and enriches the data before sending it to Elasticsearch for indexing and analysis.

For the full list of settings exposed for the receiver and examples, refer to the Zipkin Receiver documentation.

If you encounter issues:

  1. Verify the endpoint is accessible and not blocked by a firewall.
  2. Ensure applications are sending Zipkin-formatted traces to the configured endpoint (default: http://<host>:9411).
  3. Check the Elastic Agent logs for any receiver errors.

For more details about the Zipkin receiver and its configuration options, refer to the Zipkin Receiver documentation in the upstream OpenTelemetry Collector repository.