Victoria Metrics

Description

The Victoria Metrics destination configures on OTLP exporter to send metrics to Victoria Metrics using the OTLP protocol.

Supported Types

Logs
Metrics
Traces
Bindplane Collector

v1.57.0+

Configuration Table

Field
Description

Hostname

Hostname or IP address of the Victoria Metrics server.

Port

TCP port to which the exporter is going to send metrics.

Additional Headers

Add additional headers to be attached to each request.

Enable TLS

Whether or not to use TLS.

Skip TLS Certificate Verification

Enable to skip TLS certificate verification.

TLS Certificate Authority File

Certificate authority used to validate TLS certificates.

Mutual TLS

Whether or not to use mutual TLS authentication.

Mutual TLS Client Certificate File

A TLS certificate used for client authentication.

Mutual TLS Client Private Key File

A TLS private key used for client authentication.

Supported Retry and Queuing Settings

This destination supports the following retry and queuing settings:

Sending Queue
Persistent Queue
Retry on Failure

Example Configuration

In this configuration, we specify the hostname of the Victoria Metrics server telemetry is going to be sent to.

Web Interface

Bindplane docs - Victoria Metrics - image 1

Standalone Destination

apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
  id: victoria
  name: victoria
spec:
  type: victoria_metrics
  parameters:
    - name: hostname
      value: '0.0.0.0'

Last updated

Was this helpful?