Skip to content

Latest commit

 

History

History
 
 

httpsinkexporter

HTTP Sink Exporter

This exporter makes span data available via a HTTP endpoint. The endpoint accepts requests for spans with specific characteristics and blocks until the exporter receives such spans or the request times out. Once the requested spans are detected, they're returned back to the client as JSON.

This exporter returns data as JSON encoding using Jaeger protocol.

Please note that there is no guarantee that exact field names will remain stable. This intended for primarily for testing observability pipelines without setting up backends.

Supported pipeline types: traces.

Getting Started

The following settings are required:

  • endpoint (defaults to 0.0.0.0:8378).

Example:

exporters:
  httpsink:
    endpoint: "0.0.0.0:8378"