-
Release 0.3.0
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 59sreleased this
2026-02-02 14:27:25 +00:00 | 18 commits to main since this releaseAdded
- Custom Metrics Builder:
- Admin UI to define custom gauge metrics
- Support for static values and WordPress option-based values
- Label support with up to 5 labels and 50 value combinations
- Metric validation following Prometheus naming conventions
- Metric Export/Import:
- JSON-based configuration export for backup
- Import with three modes: skip existing, overwrite, or rename duplicates
- Version tracking in export format
- Grafana Dashboard Templates:
- WordPress Overview dashboard (users, posts, comments, cron, transients)
- WordPress Runtime dashboard (HTTP requests, database queries)
- WordPress WooCommerce dashboard (orders, revenue, products, customers)
- Easy download and import instructions
- New "Custom Metrics" tab in admin settings
- New "Dashboards" tab in admin settings
- Reset runtime metrics button to clear accumulated data
Changed
- Settings page now has 5 tabs: License, Metrics, Custom Metrics, Dashboards, Help
- Updated translations with all new strings
Downloads
- Custom Metrics Builder:
-
Release 0.2.2
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 56sreleased this
2026-02-02 13:58:01 +00:00 | 19 commits to main since this releaseFixed
- Fixed
wc_orders_count()call missing required status parameter in WooCommerce orders metrics
Downloads
- Fixed
-
Release 0.2.0
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 56sreleased this
2026-02-02 13:41:18 +00:00 | 20 commits to main since this releaseAdded
- WooCommerce integration metrics (when WooCommerce is active):
wordpress_woocommerce_products_total- Products by status and typewordpress_woocommerce_orders_total- Orders by statuswordpress_woocommerce_revenue_total- Revenue (all time, today, month)wordpress_woocommerce_customers_total- Customers (registered, guest)
- Cron job metrics:
wordpress_cron_events_total- Scheduled cron events by hookwordpress_cron_overdue_total- Number of overdue cron eventswordpress_cron_next_run_timestamp- Unix timestamp of next scheduled cron
- Transient cache metrics:
wordpress_transients_total- Transients by type (total, with_expiration, persistent, expired)
- WooCommerce metrics section in settings (only visible when WooCommerce is active)
- Support for WooCommerce HPOS (High-Performance Order Storage)
Changed
- Updated Help tab with new metrics reference
Downloads
- WooCommerce integration metrics (when WooCommerce is active):
-
Release 0.1.1
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 57sreleased this
2026-02-02 13:30:28 +00:00 | 21 commits to main since this releaseChanged
- Reorganized settings page with tabbed interface (License, Metrics, Help tabs)
- Moved Prometheus configuration help to dedicated Help tab
- Separated static and runtime metrics in settings with descriptions
- Added admin CSS for improved tab styling
Added
- New Help tab with endpoint information, curl examples, and metrics reference table
- Custom code examples section in Help tab
Downloads
-
Release 0.1.0
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 59sreleased this
2026-02-02 13:24:14 +00:00 | 22 commits to main since this releaseAdded
- HTTP request metrics:
wordpress_http_requests_total- Counter of HTTP requests by method, status code, and endpointwordpress_http_request_duration_seconds- Histogram of request durations
- Database query metrics:
wordpress_db_queries_total- Counter of database queries by endpointwordpress_db_query_duration_seconds- Histogram of query durations (requires SAVEQUERIES)
- RuntimeCollector class for collecting metrics during WordPress request lifecycle
- New settings options for enabling/disabling runtime metrics
- Translation files (.pot, .po, .mo) for German (Switzerland)
Changed
- Metrics are now categorized into static metrics (users, posts, etc.) and runtime metrics (HTTP, database)
- Runtime metrics only collected when explicitly enabled and license is valid
Downloads
- HTTP request metrics:
-
Release 0.0.2
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 55sreleased this
2026-02-01 14:48:40 +00:00 | 24 commits to main since this releaseFixed
- Fixed composer.json dependency version constraint for wc-licensed-product-client (^0.2.2 instead of dev-main)
- Changed minimum-stability back to stable
Downloads
You've already forked wp-prometheus