https://github.com/alphagov/paas-prometheus-endpoints
Prometheus endpoints used by GOV.UK PaaS tenants to collect metrics about their databases
https://github.com/alphagov/paas-prometheus-endpoints
cloudfoundry golang gov metrics-exporter paas prometheus-endpoints
Last synced: about 1 month ago
JSON representation
Prometheus endpoints used by GOV.UK PaaS tenants to collect metrics about their databases
- Host: GitHub
- URL: https://github.com/alphagov/paas-prometheus-endpoints
- Owner: alphagov
- License: mit
- Created: 2020-07-17T14:25:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T09:57:23.000Z (about 1 month ago)
- Last Synced: 2025-05-08T22:47:16.597Z (about 1 month ago)
- Topics: cloudfoundry, golang, gov, metrics-exporter, paas, prometheus-endpoints
- Language: Go
- Homepage:
- Size: 4.82 MB
- Stars: 2
- Watchers: 10
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `paas-prometheus-endpoints`
A collection of Prometheus endpoints used by GOV.UK PaaS tenants to collect metrics about their databases.
## Redis
The Redis endpoint exports metrics about AWS ElastiCache Redis services automated by the [paas-elasticache-broker](https://github.com/alphagov/paas-elasticache-broker). It fetches metrics from AWS CloudWatch Metrics, which costs money to do.
Further information is available in `src/redis/README.md`.