aprs.me/lib
Graham McIntire 276dc9436b
Fix 'metric type summary is unsupported' warnings
Convert unsupported summary metrics to supported types:
- Use distribution() for latency/duration measurements with appropriate buckets
- Use last_value() for current state metrics (VM memory, queue lengths)
- Use counter() for cumulative metrics (packet counts, errors)

This eliminates the TelemetryMetricsPrometheus warnings about unsupported
summary metric types while maintaining proper metric semantics.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 14:08:27 -05:00
..
aprsme Improve status page cluster information display 2025-07-27 12:53:19 -05:00
aprsme_web Fix 'metric type summary is unsupported' warnings 2025-07-27 14:08:27 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00