package
0.15.0
Repository: https://github.com/go-faster/oteldb.git
Documentation: pkg.go.dev

# README

Prometheus Remote Write Receiver

Status
Stability[inDevelopment]
Supported pipeline typesmetrics
Distributions[contrib]

Supported pipeline types: metrics

Getting Started

All that is required to enable the Prometheus Remote Write receiver is to include it in the receiver definitions.

receivers:
  prometheusremotewrite:

Http Server configuration settings:

  • endpoint (default = 0.0.0.0:19291): host:port to which the receiver is going to receive data.

Additional server settings are mentioned here: https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/confighttp#server-configuration

  • time_threshold (default = 24) - time threshold (in hours). All timeseries older than limit will be dropped.