You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional DataDog integration for telemetry and syslog forwarding
Forwards telemetry events as custom metrics (POST /api/v2/series) and
critical/high syslog entries as DataDog events (POST /api/v1/events)
via REST API — no DataDog Agent required. Completely inert when
DATADOG_API_KEY is not configured. Includes health check validation,
API call counting, and async buffered submission.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments