Ghost/ghost/prometheus-metrics
2024-11-06 16:58:37 -06:00
..
src Added ability to push prometheus metrics to a pushgateway (#21526) 2024-11-06 16:58:37 -06:00
test Added ability to push prometheus metrics to a pushgateway (#21526) 2024-11-06 16:58:37 -06:00
.eslintrc.js Added ability to push prometheus metrics to a pushgateway (#21526) 2024-11-06 16:58:37 -06:00
package.json Pin dependency prom-client to 15.1.3 2024-11-06 16:58:37 -06:00
README.md Added ability to push prometheus metrics to a pushgateway (#21526) 2024-11-06 16:58:37 -06:00
tsconfig.json Added ability to push prometheus metrics to a pushgateway (#21526) 2024-11-06 16:58:37 -06:00

Metrics Server

A standalone server for exporting prometheus metrics from Ghost

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests