beam-telemetry / telemetry_metrics_statsd

Telemetry.Metrics reporter for StatsD-compatible metric servers
https://hexdocs.pm/telemetry_metrics_statsd
MIT License
75 stars 44 forks source link

Add support for Datadog Service Checks #100

Open jeffutter opened 3 weeks ago

jeffutter commented 3 weeks ago

These are implemented as last_value metrics with report_as: :service_check. It does not support the "host" or "message" property, since TelemetryMetrics doesn't really seem to have a good way to express them.

Fixes #72