Does this send telemetry to a collector?
No. Payloads are decoded locally in bounded browser workers and are not uploaded or persisted.
Inspect OTLP traces, metrics, and logs from JSON, raw Protobuf, gRPC frames, and GZIP-compressed payloads locally.
Inspect schema-backed OTLP export requests locally. No collector or network connection is used.
Add an OTLP export request
Choose its signal and transport, then inspect JSON or bytes.
Support the continued development of independent, browser-local developer tools.
DecodeLens uses its reviewed OpenTelemetry v1.11.0 schema projection and bounded workers. It does not infer arbitrary Protobuf as OTLP.
Continue with tools that decode, convert, inspect, or verify the same data.
Decode Protobuf wire data with or without a FileDescriptorSet; inspect exact field names and types, enums, maps, oneofs, unknown fields, mismatches, and byte offsets.
Open toolDecode standard gRPC, gRPC-Web binary, and gRPC-Web text streams; inspect frame headers, compression, trailers, status, and possible Protobuf payloads.
Open toolCompress text or files and safely decompress GZIP or Base64-encoded GZIP data locally.
Open toolFormat, minify, validate, and explore JSON in a collapsible Object View without uploading data.
Open toolSelect the signal and exact transport, supply the payload, and review resources, instrumentation scopes, records, findings, and trace timing without contacting a collector.
{ "resourceSpans": [{ "scopeSpans": [{ "spans": [{ "name": "GET /health" }] }] }] }1 resource · 1 scope · 1 span
service, schema, findings, record details, trace waterfallNo. Payloads are decoded locally in bounded browser workers and are not uploaded or persisted.
Stable traces, metrics, and logs in OTLP JSON, raw Protobuf, gRPC frames, and optional GZIP compression.
No. Binary meaning comes only from the reviewed OTLP v1.11.0 descriptor projection and explicit signal selection.