Open
0 of 1 issue completedDescription
The purpose and use-cases of the new component
The new component, Prometheus remote write receive, is designed to enable OpenTelemetry collectors to receive metrics data from Prometheus instances via the remote write protocol. This allows for seamless integration of Prometheus metrics into the OpenTelemetry ecosystem, enabling centralized metrics collection, processing, and exporting to various backends.
Example configuration for the component
receivers:
prometheusremotewrite:
endpoint: "0.0.0.0:12345" # The address to listen on for Prometheus remote write
Telemetry data types supported
metric
Is this a vendor-specific component?
- This is a vendor-specific component
- If this is a vendor-specific component, I am a member of the OpenTelemetry organization.
- If this is a vendor-specific component, I am proposing to contribute and support it as a representative of the vendor.
Code Owner(s)
Sponsor (optional)
@andrzej-stencel @dashpole (comment)
Additional context
The tracking issue #10358, #14751 was closed because this component did not have a sponsor.