Skip to main content

Getting Started

victoriametricscloud 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

āŒ Traces āœ… Metrics āŒ Logs āŒ Profiles
  • 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