Skip to content

Releases: run-as-root/magento2-prometheus-exporter

3.0.1

06 Dec 08:27
39ec368
Compare
Choose a tag to compare

This release contains the following changes:

  • Fixed composer Version Number

Full Changelog: 3.0.0...3.0.1

2.0.2

14 Jun 10:56
2a39e2a
Compare
Choose a tag to compare

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

01 Jun 08:39
58fc142
Compare
Choose a tag to compare

This release contains the following changes:

Thanks to all contributors.

2.0.0

01 Jun 08:37
58fc142
Compare
Choose a tag to compare

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 metric magento_cronjob_count_total.
  • Added BrokenCronJobCountAggregator to collect metric magento_cronjob_broken_count_total.
  • Added IndexerBacklogCountAggregator to collect metric magento_indexer_backlog_count_total.