featbit-opentelemetry
Installation
SKILL.md
FeatBit OpenTelemetry Integration
Guide users in setting up comprehensive observability for FeatBit's backend services using OpenTelemetry to publish metrics, traces, and logs.
Overview
FeatBit's three backend services are fully instrumented with OpenTelemetry:
- Api Service (.NET/C#): .NET Automatic Instrumentation
- Evaluation-Server (.NET/C#): .NET Automatic Instrumentation
- Data Analytic Service (Python): Python Automatic Instrumentation
What you get: Metrics (CPU, memory, network), traces (request flows, latency), and logs (application events, errors).
Quick Start Configuration
To enable OpenTelemetry, set these environment variables for each service:
Related skills