- Blog /
- Integrations made easy with VictoriaMetrics Cloud

VictoriaMetrics Cloud continues to evolve as the most efficient, scalable and open platform in the observability landscape. In our last Q1 update blogpost, we shared new features such as seamless OpenTelemetry integrations, new Organizations support, and improvements in the Explore UI and APIs.
This time we wanted to take a minute to showcase how we’re taking the interoperability journey very seriously.
Integrations in VictoriaMetrics Cloud
Sign up for free — no credit card required — and get $200 in credits for one month.
VictoriaMetrics has always focused on openness and interoperability. Whether you’re collecting data from Prometheus, OpenTelemetry, Graphite, or pushing metrics through any observability stack — we don’t force any tools on you. This unopinionated approach truly ensures you avoid vendor lock-in and fit VictoriaMetrics into your existing workflows.
The newly published integrations documentation demonstrates just how easy it is to integrate your systems. Once you select a deployment, all the instructions — from sending metrics to visualizing them — are generated for you with the correct URL and token.
To get started, all you need is a URL and an Access Token.
All integrations come with interactive, step-by-step guides available in the VictoriaMetrics Cloud Console, tailored for your real deployments. This includes copy-paste-ready snippets with all required settings in place.
You can check it out directly in our revamped integrations documentation and experience how, with a couple of clicks in the VictoriaMetrics Cloud Console you can get started with real-world integration snippets customized for your deployments.
VictoriaMetrics Cloud supports integration across the entire observability lifecycle:
As already mentioned, if you are curious about how easy it is to integrate with VictoriaMetrics Cloud, we encourage you to visit our docs to experience by yourself. However, here’s a brief example of what it takes for one of the most used integrations: Monitoring Kubernetes via the VictoriaMetrics Kubernetes Stack: a Helm chart that brings together all the key components to collect and push metrics to VictoriaMetrics Cloud if you are starting from zero.
This stack includes:
<DEPLOYMENT_ENDPOINT_URL> and <YOUR_ACCESS_TOKEN>.
Integrating Kubernetes with VictoriaMetrics Cloud
kubectl create secret generic vmauth-creds \
--from-literal=VMAUTH_TOKEN='<YOUR_ACCESS_TOKEN>'
values.yaml with your endpoint and credentials:vmagent:
remoteWrite:
- url: https://<DEPLOYMENT_ENDPOINT_URL>/api/v1/write
headers:
Authorization: "Bearer $VMAUTH_TOKEN"
helm repo add victoria-metrics https://victoriametrics.github.io/helm-charts/
helm upgrade --install vm-stack victoria-metrics/victoria-metrics-k8s-stack \
-f values.yaml
Both the endpoint and Access Token are already filled for you in VictoriaMetrics Cloud at the interactive Kubernetes integration guide.
After that, your cluster metrics will be flowing into VictoriaMetrics Cloud, with dashboards and alerts ready to go!
But this is not the only way to ingest Kubernetes metrics! As highlighted in our Q1 blog post, VictoriaMetrics is fully committed to OpenTelemetry as a first-class citizen in our observability stack.
You can monitor your Kubernetes cluster using OpenTelemetry as well, either via the Helm chart or the OpenTelemetry Operator. Explore our OpenTelemetry integration docs or try the guided setup in the Cloud Console.
Integrating Kubernetes using OpenTelemetry with VictoriaMetrics Cloud
Last reminder (promised!): as every integration with VictoriaMetrics Cloud, you’ll only need a URL and an Access Token to connect your data source or visualization tool — no guesswork needed!
We’re always looking to make VictoriaMetrics Cloud better. Please take a moment to fill out our quick survey and share your feedback.
Thanks for being part of our community! We hope these improvements make your integration journey smoother than ever. As always, sign up to try everything for free with $200 credits — no credit card required.
VictoriaMetrics April 2026 release round‑up: heads up about critical VictoriaMetrics bugfixes in v1.141.0–v1.142.0, and explore new VictoriaLogs features including Splunk ingestion and advanced LogsQL tooling.
Reduce observability costs with hybrid strategies: prioritize revenue-driving signals in SaaS, self-host high-volume telemetry. Cut bills 3-12x without losing visibility.
Q1 2026 brought incremental but important updates to VictoriaMetrics Anomaly Detection: UI improvements, AI assistance inside the UI, a public traces playground, new false-positive reduction controls, and continued resource optimizations.
VictoriaMetrics participated in KubeCon + CloudNativeCon Europe 2026 in Amsterdam. The team delivered multiple talks covering platform design, Kubernetes observability, and distributed tracing optimization. A real-world case study from Miro showcased a cost-efficient, AZ-aware observability architecture built with VictoriaMetrics. With a 15-person team on site, the booth saw strong interest from users tackling scaling, cost, and performance challenges. The company also hosted its first community after-party, “After Deploy,” co-organized with Varnish and Shipfox, extending discussions beyond the conference.