{"id":30456385,"url":"https://github.com/cloudsteak/wp-prometheus-exporter","last_synced_at":"2025-08-23T16:32:30.887Z","repository":{"id":296932820,"uuid":"995056579","full_name":"cloudsteak/wp-prometheus-exporter","owner":"cloudsteak","description":"Wordpress Prometheus Exporter","archived":false,"fork":false,"pushed_at":"2025-06-02T23:17:13.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T12:42:21.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudsteak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T22:45:01.000Z","updated_at":"2025-06-02T23:14:53.000Z","dependencies_parsed_at":"2025-06-03T12:52:37.609Z","dependency_job_id":null,"html_url":"https://github.com/cloudsteak/wp-prometheus-exporter","commit_stats":null,"previous_names":["cloudsteak/wp-prometheus-exporter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cloudsteak/wp-prometheus-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Fwp-prometheus-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Fwp-prometheus-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Fwp-prometheus-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Fwp-prometheus-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudsteak","download_url":"https://codeload.github.com/cloudsteak/wp-prometheus-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Fwp-prometheus-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271755685,"owners_count":24815459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-23T16:31:53.543Z","updated_at":"2025-08-23T16:32:30.876Z","avatar_url":"https://github.com/cloudsteak.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Prometheus Exporter\n\n**Verzió:** 1.5.2  \n**Készítette:** [Cloud Mentor](https://cloudmentor.hu)  \n**GitHub:** [https://github.com/cloudsteak/wp-prometheus-exporter](https://github.com/cloudsteak/wp-prometheus-exporter)\n\n## 📌 Mi ez?\n\nA **WP Prometheus Exporter** egy WordPress plugin, amely lehetővé teszi, hogy a weboldalad statisztikai, teljesítmény- és működésadatokat exportálj **Prometheus-kompatibilis** formátumban. Ezek az adatok ezután vizualizálhatók és elemezhetők **Grafana** segítségével.\n\nEzáltal valós idejű betekintést kaphatsz a WordPress oldalad belső működésébe, teljesítményébe és növekedési trendjeibe.\n\n---\n\n## ⚙️ Technikai előfeltételek\n\n- WordPress 6.7.2 vagy újabb\n- PHP 8.1 vagy újabb\n- Prometheus telepítve a környezetedben\n- (opcionális) Grafana a metrikák vizualizálásához\n\n_Megjegyzés: Redis használata nem szükséges_\n\n---\n\n## 📥 Telepítés\n\n1. Töltsd le a ZIP fájlt.\n2. WordPress adminban: **Bővítmények → Új hozzáadása → Bővítmény feltöltése**\n3. Aktiváld a `WP Prometheus Exporter` bővítményt.\n4. Menj a **Beállítások → WP Prometheus Exporter** oldalra, és állítsd be a kívánt metrikákat.\n\n---\n\n## 🔍 Elérhető metrikák\n\n- Publikált posztok száma (post típus szerint)\n- Jóváhagyott kommentek száma\n- Felhasználók száma (szerepkör szerint)\n- `wp_options` bejegyzések száma\n- Lekérdezések száma és ideje\n- Kérés hossza\n- Plugin és theme frissítések száma\n- Email-ek száma\n- Hibák száma\n\n---\n\n## 🔗 Példa: Prometheus konfiguráció\n\n```yaml\nscrape_configs:\n  - job_name: 'wordpress'\n    metrics_path: /v1/metrics\n    scrape_interval: 15s\n    static_configs:\n      - targets: ['yourdomain.com']\n```\n\n\u003e Ne feledd: Ha TLS-t használsz, szükséges lehet a `scheme: https` opció hozzáadása.\n\n---\n\n## 📊 Példa: Grafana panel\n\nPrometheus lekérdezés pl.:\n\n```promql\nrate(wp_post_count{post_type=\"post\"}[5m])\n```\n\nvagy\n\n```promql\nwp_user_count{role=\"administrator\"}\n```\n\n---\n\n## ℹ️ További információk\n\n- **Prometheus:** [https://prometheus.io](https://prometheus.io)  \n- **Grafana:** [https://grafana.com](https://grafana.com)  \n- **Plugin fejlesztője:** [https://cloudmentor.hu](https://cloudmentor.hu)\n\n---\n\n## 📃 Licensz\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudsteak%2Fwp-prometheus-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudsteak%2Fwp-prometheus-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudsteak%2Fwp-prometheus-exporter/lists"}