Plugin Directory

Changeset 2000815


Ignore:
Timestamp:
12/24/2018 05:24:30 AM (7 years ago)
Author:
rossigee
Message:

Tag version 0.0.3.

Location:
woo-prometheus-metrics/tags/0.0.3
Files:
4 copied

Legend:

Unmodified
Added
Removed
  • woo-prometheus-metrics/tags/0.0.3/readme.txt

    r1961997 r2000815  
    55* Requires at least: 4.7.2
    66* Tested up to: 4.9.5
    7 * Stable tag: 0.0.2
     7* Stable tag: 0.0.3
    88* License: GPLv2
    99
     
    1313
    1414* `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.
    1817
    1918We gather the metrics with the following section of Prometheus configuration:
  • woo-prometheus-metrics/tags/0.0.3/woo-prometheus-metrics-options.php

    r1961991 r2000815  
    8686
    8787    $woocommerce_prometheus_metrics_options_page = add_options_page(
    88         __('Woocommerce Metrics', 'woo-prometheus-metrics'),
    89         __('Woocommerce Metrics', 'woo-prometheus-metrics'),
     88        __('Woo Metrics', 'woo-prometheus-metrics'),
     89        __('Woo Metrics', 'woo-prometheus-metrics'),
    9090        'manage_options',
    9191        __FILE__,
Note: See TracChangeset for help on using the changeset viewer.