Built-in export profile for VictoriaMetrics.
Use this profile when you want otel_bridge to emit metrics through an OTLP
metric reader configured for VictoriaMetrics-compatible workflows.
This profile configures cumulative temporality for synchronous counters and histograms to align with VictoriaMetrics and Prometheus-style query expectations.
Typical usage
config :opentelemetry_experimental,
readers: [
OtelBridge.metric_reader!(:victoria_metrics,
export_interval_ms: 5_000,
endpoint: "http://localhost:4318"
)
]If you need different backend behavior, create another
OtelBridge.Profile implementation instead of changing business metric
definitions.
Summary
Functions
Returns the synchronous temporality defaults used by this profile.
Builds an :otel_metric_reader configuration for VictoriaMetrics.