a6-plugin-skywalking

Configure Apache APISIX skywalking plugin for distributed tracing.

1|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/moonming/a6 --skill a6-plugin-skywalking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a6-plugin-skywalking
Source: https://github.com/moonming/a6/tree/main/skills/a6-plugin-skywalking
Command: npx skills add https://github.com/moonming/a6 --skill a6-plugin-skywalking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of Apache APISIX with Apache SkyWalking, enabling comprehensive distributed tracing for your microservices architecture.

Core Features & Use Cases

  • Distributed Tracing: Monitor request flows across services using SkyWalking.
  • Service Topology Visualization: Understand dependencies and identify performance bottlenecks.
  • Trace-Log Correlation: Link traces with logs for deeper debugging.
  • Use Case: Automatically enable distributed tracing for all API Gateway requests to gain insights into request latency and service interactions within your microservices.

Quick Start

Use the a6-plugin-skywalking skill to enable skywalking tracing on a new route.

Frequently Asked Questions about a6-plugin-skywalking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable distributed tracing in Apache APISIX using SkyWalking?

To enable distributed tracing in Apache APISIX, you configure the skywalking plugin to manage sampling ratios and route-specific settings, sending trace data to SkyWalking OAP for service topology visualization.

What is trace-log correlation in microservices and how does APISIX support it?

Trace-log correlation links distributed traces with application logs for deeper debugging. The APISIX skywalking plugin supports this integration by forwarding trace context to SkyWalking OAP for correlated analysis.

Can I configure different sampling ratios for API Gateway requests in APISIX?

Yes, you can configure sampling ratios for API Gateway requests. The APISIX skywalking plugin allows you to manage global plugin attributes and sampling rates to control trace data volume.

Does APISIX work with SkyWalking OAP for service topology visualization?

Yes, APISIX works with SkyWalking OAP. The skywalking plugin integrates with OAP to provide service topology visualization, helping you understand microservices dependencies and identify performance bottlenecks.

What is the best way to monitor request flows across microservices through an API Gateway?

The best way to monitor request flows is by enabling distributed tracing through an API Gateway. The APISIX skywalking plugin captures request latency and service interactions for microservices architecture analysis.