wiztelemetry-tracing

Install and configure WizTelemetry Tracing in KubeSphere for distributed tracing.

17.0k|2.8k|Updated Apr 21, 2018
One-click install
npx skills add https://github.com/kubesphere/kubesphere --skill wiztelemetry-tracing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiztelemetry-tracing
Source: https://github.com/kubesphere/kubesphere/tree/main/skills/wiztelemetry-tracing
Command: npx skills add https://github.com/kubesphere/kubesphere --skill wiztelemetry-tracing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install, configure, and use WizTelemetry Tracing within KubeSphere to enable end-to-end distributed tracing.

Core Features & Use Cases

  • Install and configure WizTelemetry Tracing across Kubernetes clusters to collect and centralize traces.
  • Understand tracing architecture (Generator, Operator, Collector, Agent, Demo) and use the tracing query API for traces, spans, and service graphs.
  • Enable OpenTelemetry auto-instrumentation for applications and integrate with OpenSearch for storage.

Quick Start

Install WizTelemetry Tracing on your cluster and run a sample trace query to verify data flow.

Frequently Asked Questions about wiztelemetry-tracing

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

FAQPage Schema
How do I enable distributed tracing in a multi-cluster Kubernetes environment?

You can enable distributed tracing across multi-cluster Kubernetes deployments by installing and configuring WizTelemetry Tracing, which centralizes trace collection and integrates with OpenSearch for storage.

How does OpenTelemetry auto-instrumentation work for Kubernetes applications?

OpenTelemetry auto-instrumentation automatically captures traces from your Kubernetes applications without requiring manual code changes, sending the telemetry data to collectors for centralized tracing analysis.

What is the architecture of a Kubernetes tracing pipeline using OpenTelemetry and OpenSearch?

The tracing pipeline architecture consists of generators, operators, collectors, and agents that process trace data, which is then stored and queried using OpenSearch-backed storage and the tracing query API.

Can I query traces and service graphs using the WizTelemetry API in KubeSphere?

Yes, you can use the tracing query API in KubeSphere to retrieve detailed traces, spans, and service graphs, enabling end-to-end observability for your distributed applications.

Does WizTelemetry tracing support OpenSearch for storing Kubernetes observability data?

WizTelemetry tracing integrates directly with OpenSearch to provide scalable storage for your Kubernetes observability data, allowing you to persist and query large volumes of distributed traces.