@@ -48,21 +48,21 @@ in the table and renders the correct response for prometheus.
48
48
49
49
The following metrics will be collected :
50
50
51
- | Metric | Labels | TYPE | Help |
52
- |:------------------------------------|:--------------------------------|:------|: -----------------------------------------------------------------------------|
53
- | magento_orders_count_total | status, store_code | gauge | All Magento Orders |
54
- | magento_orders_amount_total | status, store_code | gauge | Total amount of all Magento Orders |
55
- | magento_order_items_count_total | status, store_code | gauge | Total count of orderitems |
56
- | magento_cms_block_count_total | store_code | gauge | Total count of available cms blocks |
57
- | magento_cms_page_count_total | store_code | gauge | Total count of available cms pages |
58
- | magento_customer_count_total | store_code | gauge | Total count of available customer |
59
- | magento_cronjob_broken_count_total | | gauge | Broken CronJobs occur when when status is pending but execution_time is set. |
60
- | magento_cronjob_count_total | status, job_code | gauge | Total count of available CronJob Count. |
61
- | magento_indexer_backlog_count_total | isValid, title, status | gauge | Total count of backlog item in indexer. |
62
- | magento_shipments_count_total | source, store_code | counter| Count of Shipments created by store and source. |
63
- | magento_catalog_category_count_total| status, menu_status, store_code | gauge | Count of Categories by store, status and menu status. |
64
- | magento_store_count_total | status | gauge | Total count of Stores by status. |
65
- | magento_website_count_total | | gauge | Total count websites. |
51
+ | Metric | Labels | TYPE | Help |
52
+ |:------------------------------------- |:--------------------------------|:--------|:--- -----------------------------------------------------------------------------|
53
+ | magento_orders_count_total | status, store_code | gauge | All Magento Orders |
54
+ | magento_orders_amount_total | status, store_code | gauge | Total amount of all Magento Orders |
55
+ | magento_order_items_count_total | status, store_code | gauge | Total count of orderitems |
56
+ | magento_cms_block_count_total | store_code | gauge | Total count of available cms blocks |
57
+ | magento_cms_page_count_total | store_code | gauge | Total count of available cms pages |
58
+ | magento_customer_count_total | store_code | gauge | Total count of available customer |
59
+ | magento_cronjob_broken_count_total | | gauge | Broken CronJobs occur when when status is pending but execution_time is set. |
60
+ | magento_cronjob_count_total | status, job_code | gauge | Total count of available CronJob Count. |
61
+ | magento_indexer_backlog_count_total | title | gauge | Total count of backlog item in indexer (the data from `indexer:status` command) |
62
+ | magento_shipments_count_total | source, store_code | counter | Count of Shipments created by store and source. |
63
+ | magento_catalog_category_count_total | status, menu_status, store_code | gauge | Count of Categories by store, status and menu status. |
64
+ | magento_store_count_total | status | gauge | Total count of Stores by status. |
65
+ | magento_website_count_total | | gauge | Total count websites. |
66
66
67
67
# # Add you own Metric
68
68
0 commit comments