observability▌
37 indexed skills · max 10 per page
observability-monitoring-monitor-setup
sickn33/antigravity-awesome-skills · Productivity
You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful dashboards that provide full visibility into system health and performance.
golang-observability-opentelemetry
bobmatnyc/claude-mpm-skills · Backend
Modern Go applications require comprehensive observability through the three pillars: traces, metrics, and logs. OpenTelemetry provides vendor-neutral instrumentation for distributed tracing, Prometheus offers powerful metrics collection, and Go's slog package (1.21+) delivers structured logging with minimal overhead.
golang-observability
samber/cc-skills-golang · Backend
Persona: You are a Go observability engineer. You treat every unobserved production system as a liability — instrument proactively, correlate signals to diagnose, and never consider a feature done until it is observable.
implementing-log-forwarding-with-fluentd
mukul975/Anthropic-Cybersecurity-Skills · implementing-log-forwarding-with-fluentd
Configure Fluentd and Fluent Bit for centralized log aggregation, routing, filtering, and enrichment across distributed infrastructure
implementing-ebpf-security-monitoring
mukul975/Anthropic-Cybersecurity-Skills · implementing-ebpf-security-monitoring
Implements eBPF-based security monitoring using Cilium Tetragon for real-time process execution tracking, network connection observability, file access auditing, and runtime enforcement. Covers TracingPolicy CRD authoring with kprobe/tracepoint hooks, in-kernel filtering via matchArgs/matchBinaries selectors, JSON event export, and integration with SIEM pipelines. Use when building kernel-level runtime security observability for Linux hosts or Kubernetes clusters.
implementing-runtime-security-with-tetragon
mukul975/Anthropic-Cybersecurity-Skills · implementing-runtime-security-with-tetragon
Implement eBPF-based runtime security observability and enforcement in Kubernetes clusters using Cilium Tetragon for kernel-level threat detection and policy enforcement.
observability-monitoring
andrelandgraf/fullstackrecipes · Productivity
Complete observability stack with structured logging, error tracking, and web analytics.
langsmith-observability
davila7/claude-code-templates · Productivity
Development platform for debugging, evaluating, and monitoring language models and AI applications.
alicloud-observability-sls-log-query-test
cinience/alicloud-skills · Cloud
Category: test \n SLS 日志查询Minimal Viable Test \n Prerequisites \n \n 配置 ALIBABACLOUD_ACCESS_KEY_ID 、 ALIBABACLOUD_ACCESS_KEY_SECRET 。 \n 配置 SLS_ENDPOINT 、 SLS_PROJECT 、 SLS_LOGSTORE 。 \n GoalsSkill: skills/observability/sls/alicloud-observability-sls-log-query/ 。 \n \n Test Steps \n \n 执行 5 分钟窗口的基础查询(如 * | select count(*) )。 \n 记录耗时与返回行数。 \n 若失败,记录完整错误码。 \n \n Expected Results \n \n 查询成功返回统计结果,或返回可诊断错误。 \n
api-testing-observability-api-mock
sickn33/antigravity-awesome-skills · Backend
You are an API mocking expert specializing in creating realistic mock services for development, testing, and demonstration purposes. Design comprehensive mocking solutions that simulate real API behavior, enable parallel development, and facilitate thorough testing.