惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
IT之家
IT之家
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research

VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

Operator now has Long-Term Support (LTS) version Multi-tiered Observability: A Practical Way to Handle Diverse Workloads VictoriaMetrics April 2026 Ecosystem Updates Not All Telemetry Requires Premium Pricing VictoriaMetrics at KubeCon Amsterdam: Community Highlights What's new in VictoriaMetrics Anomaly Detection (Q1 2026) What's New in VictoriaMetrics Cloud Q1 2026? Logs, MCP Server, Better Alerting, and... a Secret Project VictoriaMetrics at KubeCon: Optimizing Tail Sampling in OpenTelemetry with Retroactive Sampling VictoriaMetrics March 2026 Ecosystem Updates Observability Lessons From OpenAI Benchmarking Kubernetes Log Collectors: vlagent, Vector, Fluent Bit, OpenTelemetry Collector, and more VictoriaMetrics February 2026 Ecosystem Updates VictoriaMetrics at FOSDEM, Cloud Native Days France, and CfgMgmtCamp Ghent VictoriaLogs in VictoriaMetrics Cloud: Fast, Cost-Effective Log Management is Here What’s new in VictoriaMetrics Anomaly Detection (2025) VictoriaMetrics January 2026 Ecosystem Updates VictoriaLogs Basics: What You Need to Know, with Examples & Visuals What's New in VictoriaMetrics Cloud Q4 2025? New tiers, more deployment options, IaC and alerting rules. Vibe coding tools observability with VictoriaMetrics Stack and OpenTelemetry How a US Software Provider Improved Traffic Alerting with VictoriaMetrics Anomaly Detection VictoriaMetrics 2025 Developer Experience: A Year in Review Spotify’s performance & control across large monitoring environments with VictoriaMetrics VictoriaMetrics Achieves Red Hat OpenShift Operator Certification Our latest updates across the VictoriaMetrics Observability ecosystem New Capacity Tiers in VictoriaMetrics Cloud Announcing 1B+ Downloads & Product Development With Logs, Traces, Metrics AI Agents Observability with OpenTelemetry and the VictoriaMetrics Stack Discarding gRPC-Go: The Story Behind OTLP/gRPC Support in VictoriaTraces What's New in VictoriaMetrics Cloud Q3 2025? From new region in Asia to proactive alerts How DreamHost Slashed Memory Usage by 80% and Scaled to 76 Million Time Series
Full-Stack Observability with VictoriaMetrics in the OTel...
Diana Todea · 2025-09-10 · via VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

The OpenTelemetry Astronomy Shop is a widely used demonstration environment designed to illustrate the concepts and practical implementation of observability in distributed systems. Built as a microservice-based e-commerce application, the demo provides developers with a near real-world environment where they can explore how telemetry data—metrics, logs, and traces—can be collected, processed, and visualized. Its value lies in offering a hands-on way to understand OpenTelemetry (OTel) as a standard for instrumenting modern applications.

OTLP works and offers seamless integration with any other compatible solution, with no vendor lock-in. However, until now, the demo shipped with only a Prometheus datasource. To enable developers to experiment with the VictoriaMetrics databases, our engineers forked the OTel demo repository and extended it with the VictoriaMetrics observability ecosystem. Our contribution adds VictoriaMetrics for metrics, VictoriaLogs for logs, VictoriaTraces for distributed traces, thus making it possible to experiment with all 3 signals.

Getting started with this enhanced demo is straightforward. Developers only need to clone the forked demo: VictoriaMetrics-Community/opentelemetry-demo and launch the environment with a single command. The services start automatically, and Grafana is preconfigured with VictoriaMetrics datasource, VictoriaLogs datasource, VictoriaTraces in Grafana (via Grafana Jaeger datasource).

Grafana dashboard OTel Demo

Exploring Telemetry

#

Metrics can be explored using MetricsQL query language, logs can be searched through LogsQL , and traces can be visualized with VictoriaTraces—all accessible from the Grafana interface. In this way, the demo not only illustrates how OpenTelemetry instrumentation works but also demonstrates how a single, scalable backend can handle diverse observability signals.

VictoriaMetrics datasource

VictoriaLogs datasource

VictoriaTraces datasource

Benefits to the ecosystem

#

The benefits of this integration extend beyond convenience. By replacing the Prometheus-only setup with a full-stack VictoriaMetrics backend, the demo now mirrors production-ready observability architectures more closely. VictoriaMetrics is recognized for its scalability, cost efficiency, and performance, which means that the lessons developers learn in the demo can be directly applied to real-world environments. The unified stack also reduces complexity, since there is no longer a need to maintain separate systems for metrics, logs, and traces.

To showcase the new functionality, we have provided several examples within the demo. Developers can run MetricsQL queries in Grafana to analyze application performance, inspect structured logs to debug service behavior, and follow distributed traces across microservices to understand request flows. These features together create a richer, more holistic learning experience than was previously possible.

Span Metrics

OpenTelemetry Collector Dashboard

#

An important component of the enhanced demo is the OpenTelemetry Collector Grafana dashboard. This dashboard provides a consolidated view of key performance indicators for the system by presenting RED metrics—rate, errors, and duration—derived from the spanmetrics connector in the OpenTelemetry Collector. Developers can select a service of interest and immediately examine its RED metrics in order to evaluate performance and reliability. If the chosen service emits logs, these logs are displayed alongside the metrics, offering valuable context for troubleshooting and analysis. In addition, custom metrics produced by individual services are integrated into the same view, further enriching the observability landscape. It is worth noting that, due to the nature of telemetry aggregation, chart panels may require several minutes after the demo is first launched before meaningful data becomes visible.

This dashboard thus serves as a crucial entry point for developers, bringing together metrics and logs in a single interface and demonstrating how the OpenTelemetry Collector can generate actionable insights when paired with the VictoriaMetrics backend.

Receivers

Exporters

Signal Flows

Conclusion

#

The VictoriaMetrics fork of the OpenTelemetry Astronomy Shop demo provides insights into the VictoriaMetrics observability stack through the integration of VictoriaMetrics, VictoriaLogs, and VictoriaTraces. We invite the community to explore the demo, experiment with the extended capabilities and contribute to further improvements.

By doing so, developers will not only deepen their understanding of OpenTelemetry but also experience firsthand how simple and effective unified observability with VictoriaMetrics can be.

Check out our VictoriaMetrics, VictoriaLogs, VictoriaTraces for more details and get involved with our community. If you spot anything outdated or have questions, don’t hesitate to reach out. You can drop me a DM on LinkedIn.

#