https://github.com/ether/ep_prometheus
Grafana / Prometheus support from within Etherpad
https://github.com/ether/ep_prometheus
Last synced: 9 months ago
JSON representation
Grafana / Prometheus support from within Etherpad
- Host: GitHub
- URL: https://github.com/ether/ep_prometheus
- Owner: ether
- License: other
- Created: 2021-01-29T22:58:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:55:42.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T14:49:24.688Z (12 months ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 
# Prometheus Etherpad integration
Exposes endpoint at ``/metrics`` for Grafana / Prometheus to slobber from.
## Usage
See the collected stats at ``/metrics``
## Example queries for Grafana
```
{__name__=~"ep_performance_test_hooks_loadTimes__(.*)_fetchUntilResponseEndTime"}
```
```
{__name__=~"ep_performance_test_hooks_loadTimes__(.*)_fetchUntilResponseEndTime"}
```
```
ep_performance_test_hooks_etherpadHooksDuration_postAceInit
```
```
totalUsers
```
```
(memoryUsageHeap / 1024 / 1024)
```