Crate otlp2pipeline

Crate otlp2pipeline 

Source

Re-exports§

pub use native::build_router;
pub use tracing;

Modules§

aggregator
Signal aggregator using Durable Objects for baseline RED metrics.
cli
cloudflare
livetail
LiveTail: WebSocket streaming of logs and traces to browsers.
native
registry
Service registry using Durable Objects for tracking known services.

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
HandleResponse
LogsHandler
Handler for OTLP logs
MetricsHandler
Handler for OTLP metrics (gauge and sum)
SendResult
Result of sending to multiple pipelines
SkippedMetricsWarning
Warning info for skipped metrics, surfaced to users in the response
TracesHandler
Handler for OTLP traces

Enums§

HandleError
InputFormat
Input format for OTLP decoding
Signal
Type-safe representation of telemetry signal types

Traits§

PipelineSender
Trait for sending batches to pipelines (abstracts HTTP client)
SignalHandler
Trait for signal-specific decode and transform logic

Functions§

handle_signal
Generic handler for any signal type