Skip to main content
Edge OTLP targets OpenTelemetry environments. It supports the standard OTLP HTTP endpoints for logs and metrics.

Supported Endpoints

Configuration

config.json

Vendor Endpoints

Configure upstream_url for your observability vendor:

Running

OpenTelemetry Collector Configuration

Configure the OpenTelemetry Collector to export through Edge.

As an Exporter

otel-collector-config.yaml

SDK Direct Export

For applications using the OpenTelemetry SDK directly:

OTLP Data Model

Edge works with the standard OTLP data model. OTLP fields map to policy matchers as follows.

Log Records

Metrics

Example Policies

Filter by Severity

Filter by Resource Attribute

Filter by Log Attribute

Filter by Scope

Redact Sensitive Attributes

Request Format

Edge expects OTLP JSON format (application/json). Example log export request:

Compression

Edge supports gzip compression for both incoming requests and outgoing requests. Set the Content-Encoding: gzip header for compressed requests.

Next Steps

Log Filter

All log filtering options

Metric Filter

Filter metrics before export