plugin-icon

Web Request Metrics

제작자: rossigee·
This plugin provides a mechanism for checking the main connection statistics for page requests to key pages on your site. It does this by connecting …
버전
0.4.0
활성화된 설치 항목
10
최근 업데이트일
Nov 27, 2019

This plugin provides a mechanism for checking the main connection statistics for page requests to key pages on your site.

It does this by connecting to the key pages you configure every minute, using ‘curl’ PHP functions, gathering the metrics from the connection into a JSON statistics file to be supplied to your monitoring systems.

In our case, we run Prometheus, so a metrics endpoint is provided. We gather the metrics with the following section of Prometheus configuration:

`

– job_name: ‘WebRequestMetrics’ scrape_interval: 60s honor_labels: true scheme: ‘https’ basic_auth: username: ‘prometheus’ password: ‘secret_token_known_to_your_monitoring_system’ metrics_path: ‘/’ params: __metrics: [1] static_configs: – targets: – www.golder.org – www.myothersite.com

`
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 5.3.0
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.