otel-exporter

command module
v0.0.0-...-9311b92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2022 License: MIT Imports: 19 Imported by: 0

README

This plugin emits OpenTelemetry tracing data for werft builds.

Configuration

# which OTel exporter to use. Supported values are "stdout" and "http"
exporter: "http"

When using the http exporter, you can configure its behaviour using the OTEL environment variables, e.g.

export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io/"
export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key,x-honeycomb-dataset=your-dataset"
export OTEL_SERVICE_NAME="your-service-name"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL