Skip to content

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

3.1.1

26 Jun 07:11
667b452

Choose a tag to compare

Full Changelog: 3.1.0...3.1.1

3.1.0

23 Jun 14:55
21a542b

Choose a tag to compare

What's Changed

  • Add possibility to disable token validation by @zohmi in #33

New Contributors

  • @zohmi made their first contribution in #33

Full Changelog: 3.0.1...3.1.0

3.0.1

06 Dec 08:27
39ec368

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

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

Choose a tag to compare

This release contains the following changes:

Thanks to all contributors.

2.0.0

01 Jun 08:37
58fc142

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.