You've already forked wp-prometheus
-
Release 0.4.0
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 56sreleased this
2026-02-02 15:16:04 +00:00 | 10 commits to main since this releaseAdded
- Persistent Storage Support:
- Redis storage adapter for shared metrics across multiple instances
- APCu storage adapter for single-server high-performance caching
- StorageFactory class for automatic adapter selection and fallback
- Connection testing with detailed error messages
- New "Storage" tab in admin settings:
- Storage adapter selection (In-Memory, Redis, APCu)
- Redis configuration (host, port, password, database, key prefix)
- APCu configuration (key prefix)
- Connection test button
- Environment variables documentation
- Environment variable configuration for Docker/containerized environments:
WP_PROMETHEUS_STORAGE_ADAPTER- Select storage adapterWP_PROMETHEUS_REDIS_HOST- Redis server hostnameWP_PROMETHEUS_REDIS_PORT- Redis server portWP_PROMETHEUS_REDIS_PASSWORD- Redis authenticationWP_PROMETHEUS_REDIS_DATABASE- Redis database index (0-15)WP_PROMETHEUS_REDIS_PREFIX- Redis key prefixWP_PROMETHEUS_APCU_PREFIX- APCu key prefix
- Automatic fallback to In-Memory storage if configured adapter fails
- Docker Compose example in admin settings
Changed
- Settings page now has 6 tabs: License, Metrics, Storage, Custom Metrics, Dashboards, Help
- Updated translations with all new strings (English and German)
- Collector now uses StorageFactory for storage adapter instantiation
Downloads
- Persistent Storage Support: