Skip to main content
ProvenLog’s server can receive OpenTelemetry trace spans via OTLP/HTTP, mapping them to ProvenLog events with full attribute preservation.

Setup

How it works

The OTLP receiver accepts standard OTLP/HTTP requests (both Protobuf and JSON encoding) and converts each span into a ProvenLogEvent:

Use cases

  • Consolidate OpenTelemetry traces and ProvenLog audit events in one place
  • Add cryptographic integrity to existing OTLP instrumentation
  • Bridge existing observability pipelines into a tamper-evident audit trail