clickup-observability
Installation
SKILL.md
ClickUp Observability
Overview
Monitor ClickUp API v2 integrations with metrics (request rate, latency, errors, rate limit usage), distributed tracing, and alerting.
Key Metrics
| Metric | Type | Labels | Description |
|---|---|---|---|
clickup_requests_total |
Counter | method, endpoint, status | Total API requests |
clickup_request_duration_seconds |
Histogram | method, endpoint | Request latency |
clickup_errors_total |
Counter | status_code, error_type | Errors by type |
clickup_rate_limit_remaining |
Gauge | token_hash | Rate limit headroom |
clickup_rate_limit_resets_total |
Counter | Times we hit 429 |
Prometheus Instrumentation
Related skills