This Plone add-on provides a /metrics
endpoint on Plone site root.
It provides metrics of the ZODB and Plone.
Info:
- Zope version
- Python version
- Plone versions (core)
- debug mode
- add-ons installed
- add-ons available
ZODB (per DB):
- Number of objects in the DBs
- Database Size (MB)
Plone content:
- number of objects by type
- number of objects by state
- add
bda.plone.prometheusexporter
to yourrequirements.txt
or append it to thedependencies
list of yourpyproject.toml
file. - add
bda.plone.prometheusexporter
to thezcml_package_includes
of yourinstance.yaml
or include it in your integration packagesconfigure.zcml
file. - (re-)install the dependencies of your project, (re-)run
cookiecutter-zope-instance
- start Plone
- in the browser, install the add-on in your Plone sites add-on control panel or depend on the profile
profile-bda.plone.prometheusexporter:default
in your integration packagesprofiles/default/metadata.xml
file and (re)-install the integration package profile.
The sources are in a GIT DVCS with its main branches at github <https://github.com/bluedynamics/bda.plone.prometheusexporter>
_.
There you can report issues too.
We'd be happy to see many forks and pull-requests to make this addon even better.
Maintainers are Jens Klein <mailto:jk@kleinundpartner.at>
and the BlueDynamics Alliance developer team.
We appreciate any contribution and if a release is needed to be done on PyPI, please just contact one of us.
We also offer commercial support if any training, coaching, integration or adaptions are needed.
The project is licensed under the GPLv2.