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
Supported Signals:
Supported Signals:
❌ Traces ✅ Metrics ❌ Logs
- 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
Use the Odigos CLI to access the UI
Click on Add Destination
, select VictoriaMetrics Cloud
and follow the on-screen instructions
Using Kubernetes manifests
Save the YAML below to a file (e.g. victoriametricscloud.yaml
)
Apply the YAML using kubectl