Changeset 2000815
- Timestamp:
- 12/24/2018 05:24:30 AM (7 years ago)
- Location:
- woo-prometheus-metrics/tags/0.0.3
- Files:
-
- 4 copied
-
. (copied) (copied from woo-prometheus-metrics/trunk)
-
readme.txt (copied) (copied from woo-prometheus-metrics/trunk/readme.txt) (2 diffs)
-
woo-prometheus-metrics-options.php (copied) (copied from woo-prometheus-metrics/trunk/woo-prometheus-metrics-options.php) (1 diff)
-
woo-prometheus-metrics.php (copied) (copied from woo-prometheus-metrics/trunk/woo-prometheus-metrics.php)
Legend:
- Unmodified
- Added
- Removed
-
woo-prometheus-metrics/tags/0.0.3/readme.txt
r1961997 r2000815 5 5 * Requires at least: 4.7.2 6 6 * Tested up to: 4.9.5 7 * Stable tag: 0.0. 27 * Stable tag: 0.0.3 8 8 * License: GPLv2 9 9 … … 13 13 14 14 * `woocommerce_product_count` - a count of products listed. 15 * `woocommerce_order_count` - a count of orders on the system. 16 17 For later version, we might also provide order counts broken down by status. 15 * `woocommerce_order_count` - a count of orders on the system, by 'status'. 16 * `woocommerce_user_count` - a count of users on the system. 18 17 19 18 We gather the metrics with the following section of Prometheus configuration: -
woo-prometheus-metrics/tags/0.0.3/woo-prometheus-metrics-options.php
r1961991 r2000815 86 86 87 87 $woocommerce_prometheus_metrics_options_page = add_options_page( 88 __('Woo commerceMetrics', 'woo-prometheus-metrics'),89 __('Woo commerceMetrics', 'woo-prometheus-metrics'),88 __('Woo Metrics', 'woo-prometheus-metrics'), 89 __('Woo Metrics', 'woo-prometheus-metrics'), 90 90 'manage_options', 91 91 __FILE__,
Note: See TracChangeset
for help on using the changeset viewer.