이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

PromPress

설명

PromPress tracks various website and WordPress related metrics for collection by Prometheus, which allows you to monitor your site’s performance and health. You can even setup dashboards with Grafana and/or setup alerting via Prometheus Alertmanager.

(Note: Requires Object Caching via Redis to be active, so that the plugin can store metrics.)

We track a range of Website and WordPress specific metrics:

  • Request Count
  • Request Duration
  • Request Peak Memory Usage
  • External Request Duration
  • Query Count
  • Query Duration
  • Plugin Updates
  • Theme Updates
  • Emails Sent
  • User Count
  • Post Count
  • Option Count

This gives you the ability to monitor the performance of your website over time and get an early warning of potential problems, like your site sending a lot of emails or the post count increasing a lot.

We purposefully avoid general software and/or server level metrics which are better handled outside of the website, like detailed database metrics which is better handled via the mysqld exporter.

FAQ

Does this require external service(s)?

Yes. This plugin requires you to have Prometheus setup and collecting the metrics from your site. You can also use Alertmanager and Grafana to get more out of it.

How do I configure Prometheus to scrape metrics from my site?

You can use this snippet in your Prometheus config (just update the domain under targets):

`yml

– job_name: ‘wordpress’
scrape_interval: 15s
metrics_path: /wp-json/prompress/v1/metrics
static_configs:
– targets:
– ‘example.com’
`

후기

2025년 3월 14일
Nice work! Add woocommerse performance troubleshooting metrics as well
모든 1 평가 읽기

기여자 & 개발자

“PromPress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “PromPress”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.1

  • Bugfix- Properly sets the Redis prefix.
  • Bugfix- Adds a filter for the Redis prefix.

1.2.0

  • Bugfix- Multisite support. Uses a unique Redis key per site, allowing multiple sites in a network and/or on the same server to share a Redis server.

1.0.0

  • Initial release.