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

Allow empty and missing tag values #49

Closed arkgil closed 3 years ago

arkgil commented 3 years ago

With standard StatsD formatter, if the tag value is empty or missing, the metric update is not sent at all, because the formatted metric name would be malformed.

With DataDog formatter, an empty tag value is sent.

Closes #43