Prometheus Remote Write
Prometheus configuration
remote_write:
- url: https://<apica-ascent-endpoint>/v1/receive/prometheus
tls_config:
insecure_skip_verify: true
# Optional - ca_file: <file-name>
# Optional - cert_file: <file-name>
# Optional - key_file: <file-name>
authorization:
type: "Bearer"
credentials: "<Ingest-Token>"Prometheus Remote Write in Helm Chart
Adding relabel configuration to prefix your metrics
OpenTelemetry configuration
VictoriaMetrics configuration

Last updated
Was this helpful?