Posts in 2026
-
Monitoring LLM Applications with SkyWalking 10.4: Insights into Performance and Cost
Sunday, April 05, 2026 in Blog
The Problem: As Applications “Consume” LLMs, Monitoring Leaves a Blind Spot With the deep penetration of Generative AI (GenAI) into enterprise workflows, developers face a challenging paradox: while powerful LLM capabilities are easily …
SkyWalking 10.4 introduces the Virtual GenAI dashboard. This article explores how to use this new feature to monitor and optimize LLM integrations.
-
Monitoring Envoy AI Gateway with Apache SkyWalking
Thursday, April 02, 2026 in Blog
The Problem: Flying Blind with LLM Traffic LLM traffic is becoming a first-class citizen in production infrastructure. Teams are calling OpenAI, Anthropic, AWS Bedrock, Azure OpenAI, Google Gemini — often multiple providers at once. But most …
Set up full-stack observability for your AI/LLM traffic using Envoy AI Gateway, SkyWalking OAP 10.4.0, and BanyanDB 0.10.0.
-
SkyWalking GraalVM Distro: Design and Benchmarks
Friday, March 13, 2026 in Blog
A technical deep-dive into how we migrated Apache SkyWalking OAP to GraalVM Native Image — not as a one-off port, but as a repeatable pipeline that stays aligned with upstream. For the broader story of how AI engineering made this project …
A technical deep-dive into SkyWalking GraalVM Distro — how we turned a mature, reflection-heavy Java observability backend into a native binary with a repeatable migration pipeline.
-
How AI Changed the Economics of Architecture
Friday, March 13, 2026 in Blog
SkyWalking GraalVM Distro: A case study in turning runnable PoCs into a repeatable migration pipeline. The most important lesson from this project is not that AI can generate a large amount of code. It is that AI changes the economics of …
A case study in how AI changed the economics of architecture in a mature project by making better designs cheaper to prototype, validate, and refine.
-
Agentic Vibe Coding in a Mature OSS Project: What Worked, What Didn't
Sunday, March 08, 2026 in Blog
Most “vibe coding” stories start with a greenfield project. This one doesn’t. Apache SkyWalking is a 9-year-old observability platform with hundreds of production deployments, a complex DSL stack, and an external API surface that …
What happens when you apply agentic AI coding to a mature open-source project with real users, real compatibility contracts, and real consequences? 77K lines changed in 5 weeks — here's what I learned.
-
Apache SkyWalking 2025 in Review: Making BanyanDB Ready for Production
Thursday, January 01, 2026 in Blog
2025 was a very focused year for the Apache SkyWalking community: moving BanyanDB from “native storage” to a “production-ready default”, and making SkyWalking APM fully benefit from that foundation. This post summarizes the key milestones, with an …
A review of Apache SkyWalking community work in 2025, with a focus on BanyanDB becoming the production-grade native storage for SkyWalking.
Posts in 2025
-
Monitoring Flink with SkyWalking
Friday, April 25, 2025 in Blog
Background Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and …
SkyWalking 10.3 introduces a new Flink monitoring dashboard, and this article will demonstrate the usage of this monitoring dashboard.
-
SkyWalking Ruby Quick Start and Principle Introduction
Thursday, March 06, 2025 in Blog
Background Ruby is a dynamic, object-oriented programming language with concise and elegant syntax, supporting multiple programming paradigms, including object-oriented, functional, and metaprogramming. Leveraging its powerful metaprogramming …
This article demonstrates how to integrate applications with SkyWalking Ruby and provides a brief interpretation of the implementation mechanism of Ruby auto-instrumentation plugins.
-
Improving Alert Accuracy with Dynamic Baselines
Monday, February 24, 2025 in Blog
Background Apache SkyWalking is an open-source application performance monitoring (APM) system that collects various data from business applications, including metrics, logs, and distributed tracing information, and visualizes them through its UI. It …
This article explores how to leverage history metrics to generate dynamic baselines for a future period, thereby enhancing the accuracy of alerts.
Posts in 2024
-
Profiling Java application with SkyWalking bundled async-profiler
Monday, December 09, 2024 in Blog
Background Apache SkyWalking is an open-source Application Performance Management system that helps users gather logs, traces, metrics, and events from various platforms and display them on the UI. In version 10.1.0, Apache SkyWalking can perform CPU …
This document presents an introduction to and usage of the async-profiler in SkyWalking.