otlpdump

command
v1.0.0-beta.4 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

otlpdump is a tiny OTLP http/protobuf receiver that dumps every span, log record, and metric data point as one JSON line, for offline inspection of the telemetry a dagger run emits.

Usage:

go run ./hack/otlpdump -addr 127.0.0.1:43180 -out /tmp/telemetry.jsonl

Then run dagger with:

OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:43180 OTEL_EXPORTER_OTLP_TRACES_LIVE=1 dagger ...

Jump to

Keyboard shortcuts

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