Supported Backends
VictoriaMetrics Cloud
Configuring the VictoriaMetrics Cloud backend (Managed)
Getting Started
Creating Account
Go to the 🔗 Cloud Console > Sign Up
Setting Up
Go to ⚙️ > Deployments and click Start using VictoriaMetrics Cloud
Obtaining Access Token
Go to ⚙️ > Deployments and click Overview
Then click Access Tokens and copy one of the keys
Obtaining Endpoint
Go to ⚙️ > Integrations and click OpenTelemetry > Operator
Scroll to Kubernetes commandline command and copy the endpoint
Configuring Destination Fields
- VICTORIA_METRICS_CLOUD_ENDPOINT
string
: OTLP HTTP Endpoint.- This field is required
- VICTORIA_METRICS_CLOUD_TOKEN
string
: Access Token.- This field is required
Adding Destination to Odigos
There are two primary methods for configuring destinations in Odigos:
Using the UI
1
Use the Odigos CLI to access the UI
2
Click on Add Destination
, select VictoriaMetrics Cloud
and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. victoriametricscloud.yaml
)
2
Apply the YAML using kubectl