Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Woocommerce Prometheus Metrics

Beschreibung

This plugin provides a Prometheus-compatible metrics endpoint for Woocommerce.

The metrics it gathers are:

  • woocommerce_product_count – a count of products listed.
  • woocommerce_order_count – a count of orders on the system, by ’status‘.
  • woocommerce_user_count – a count of users on the system.

We gather the metrics with the following section of Prometheus configuration:

`

– job_name: ‚WoocommerceMetrics‘
scrape_interval: 60s
honor_labels: true
scheme: ‚https‘
basic_auth:
username: ‚prometheus‘
password: ’secret_token_known_to_your_monitoring_system‘
metrics_path: ‚/‘
params:
__woocommerce_metrics: [1]
static_configs:
– targets:
– www.myecommercesite.com
– www.myothersite.com

`

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Woocommerce Prometheus Metrics“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

0.1

  • Initial version.