-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Accepted ComponentNew component has been sponsoredNew component has been sponsored
Description
The purpose and use-cases of the new component
STEF exporter implements an exporter of Otel/STEF format.
Sponsor: @dmitryax
Codeowner: @tigrannajaryan
Why: more efficient telemetry network protocol. The exporter and format are vendor-agnostic. STEF is Apache 2.0 licensed.
Primary use-case: Collector-to-backend communication.
Data types supported: metrics only initially, with traces and logs to follow.
Configuration options: typical grpc exporter config options (similar to OTLP exporter config options).
Example configuration for the component
exporters:
stef:
endpoint: mybackend:4319
Telemetry data types supported
Metrics.
Code Owner(s)
tigrannajaryan
Sponsor (optional)
dmitryax
Additional context
No response
Metadata
Metadata
Assignees
Labels
Accepted ComponentNew component has been sponsoredNew component has been sponsored