You've already forked wp-prometheus
-
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 | 14 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 | 15 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 | 17 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