You've already forked wp-prometheus
-
Release 0.5.1
Stablereleased this
2026-03-07 16:20:21 +00:00 | 0 commits to main since this releaseFixed
- Custom metric name sanitization:
sanitize_key()was stripping colons and lowercasing names, silently mangling valid Prometheus metric names (e.g.my:Custom_metricbecamemycustom_metric). Added dedicatedsanitize_metric_name()that preserves valid Prometheus characters.
Changed
- Consolidated 3 separate transient COUNT queries into a single query with conditional aggregation for better database performance.
- Deduplicated inline HPOS check in WooCommerce customer metrics to use existing
is_hpos_enabled()method. - Added license domain binding for authorized deployment domains.
Downloads
- Custom metric name sanitization: