Releases: run-as-root/magento2-prometheus-exporter
Releases · run-as-root/magento2-prometheus-exporter
3.0.1
This release contains the following changes:
- Fixed composer Version Number
Full Changelog: 3.0.0...3.0.1
2.0.2
This release contains the following changes:
- Reset order count when the status of an order changed
Thanks for @marvincaspar for the contribution! 🥳
2.0.1
This release contains the following changes:
- Fix order count reset by @marvincaspar
Thanks to all contributors.
2.0.0
This release contains the following changes:
- Changed CLI namespace to
run_as_root
. - Added new CLI Command:
run_as_root:metrics:collect
. - Removed Licenses from PHP Files.
- Made all Test Cases final.
- Introduced custom cron group
run_as_root_prometheus_metrics_aggregator
. - Restructured module directories.
- Added some Interfaces instead of hard file links.
- Updated Readme.
- Added
CronJobCountAggregator
to collect metricmagento_cronjob_count_total
. - Added
BrokenCronJobCountAggregator
to collect metricmagento_cronjob_broken_count_total
. - Added
IndexerBacklogCountAggregator
to collect metricmagento_indexer_backlog_count_total
.