Skip to content

mhoppal/wp-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WP Exporter

WP Exporter exports WordPress metrics to Prometheus.

Requirements

This requires WordPress with an object cache configured (Redis, Memcached, APC, etc). Using it without will cause all metrics to be stored in the database, significantly reducing performance.

Compatible with PHP 5.4+ - If you plan on using it with a lower version of PHP you will need to replace the use of $_SERVER['REQUEST_TIME_FLOAT'].

Installation

Add WP_Exporter.php to /wp-content/mu-plugins/.

About

WP Exporter exports WordPress metrics to Prometheus (https://prometheus.io/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages