magento2-prometheus-exporter
magento2-prometheus-exporter copied to clipboard
Simple Magento 2 Prometheus Exporter.
Magento recommends having only 100 products in the cart. A metric would be nice to see if that is the case Reference: https://support.magento.com/hc/en-us/articles/360048550332
Magento recommends having products with less than 50 variations to prevent possible performance issues. For example, a configurable product with more than 50 children is considered not recommended and should...
For Attribute options, Magento recommends keeping the number of options below 100 for performance reasons. Having more than 100 options per attribute is considered to be a bad catalog structure....
For now, we're having a bunch of different metrics but still have more that we want to provide. To enhance the current functionality of the module, we'd like to add...
improving the readme by changing formatting, adding a section about authorization and fixing a typo
as of magento 2.4.8 and php 8.4 a nullable parameter must be explicitely declared
So I'm working with the latest version of the module in Adobe Commerce 2.4.7-p1 with Php 8.3. I face an issue with the following metrics I tested: # TYPE magento_orders_count_total...