You've already forked wp-fedistream
feat: Add Prometheus metrics integration
All checks were successful
Create Release Package / build-release (push) Successful in 1m0s
All checks were successful
Create Release Package / build-release (push) Successful in 1m0s
- Add includes/Prometheus/Integration.php with metrics collection - Expose content, engagement, user, WooCommerce, and ActivityPub metrics - Add settings toggle in Integrations tab - Requires WP Prometheus plugin to be active - Bump version to 0.5.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
14
README.md
14
README.md
@@ -2,7 +2,7 @@
|
||||
|
||||
Stream music over ActivityPub - Build your own music streaming platform for Musicians and Labels.
|
||||
|
||||
[](CHANGELOG.md)
|
||||
[](CHANGELOG.md)
|
||||
[](https://php.net)
|
||||
[](https://wordpress.org)
|
||||
[](https://www.gnu.org/licenses/gpl-2.0.html)
|
||||
@@ -39,18 +39,6 @@ WP FediStream is a WordPress plugin that enables musicians, bands, and labels to
|
||||
- [ActivityPub Plugin](https://wordpress.org/plugins/activitypub/) - For Fediverse integration
|
||||
- [WooCommerce](https://woocommerce.com/) 10.0+ - For selling music
|
||||
|
||||
## Known Issues
|
||||
|
||||
### Plugin Incompatibilities
|
||||
|
||||
The following plugins are known to cause issues when used together with WP FediStream:
|
||||
|
||||
| Plugin | Issue | Status |
|
||||
|---------------|-------------------------------------------------------------------|---------------------|
|
||||
| WP Prometheus | Memory exhaustion (PHP Fatal error) when viewing FediStream pages | Under investigation |
|
||||
|
||||
If you encounter memory issues or PHP fatal errors, try deactivating these plugins temporarily to isolate the problem.
|
||||
|
||||
## License Key
|
||||
|
||||
WP FediStream requires a valid license key for frontend functionality (player, shortcodes, ActivityPub). The admin dashboard works without a license, allowing you to configure the plugin before activation.
|
||||
|
||||
Reference in New Issue
Block a user