Complimentary Gartner® Report! 'A CTO's Guide to Open-Source Software: Answering the Top 10 FAQs.'Read more

Victoria Metrics

Description

This Victoria Metrics destination configures an OTLP exporter to send metrics to Victoria Metrics using the OTLP protocol.

Supported Types

LogsMetricsTracesBindPlane Agent
v1.57.0+

Configuration Table

FieldDescription
HostnameHostname or IP address of the Victoria Metrics server.
PortTCP port to which the exporter is going to send metrics.
Additional HeadersAdd additional headers to be attached to each request.
Enable TLSWhether or not to use TLS.
Skip TLS Certificate VerificationEnable to skip TLS certificate verification.
TLS Certificate Authority FileCertificate authority used to validate TLS certificates.
Mutual TLSWhether or not to use mutual TLS authentication.
Mutual TLS Client Certificate FileA TLS certificate used for client authentication.
Mutual TLS Client Private Key FileA TLS private key used for client authentication.

Supported Retry and Queuing Settings

This destination supports the following retry and queuing settings:

Sending QueuePersistent QueueRetry 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

observIQ docs - Victoria Destination - image 1

Standalone Destination

yaml
1apiVersion: bindplane.observiq.com/v1
2kind: Destination
3metadata:
4  id: victoria
5  name: victoria
6spec:
7  type: victoria_metrics
8  parameters:
9    - name: hostname
10      value: '0.0.0.0'