Ghost/ghost/metrics-server
2024-10-08 21:53:17 +01:00
..
src Added a prometheus metrics exporter to Ghost (#21193) 2024-10-03 11:34:25 -07:00
test Added a prometheus metrics exporter to Ghost (#21193) 2024-10-03 11:34:25 -07:00
.eslintrc.js Added a prometheus metrics exporter to Ghost (#21193) 2024-10-03 11:34:25 -07:00
package.json Update dependency express to v4.21.1 2024-10-08 21:53:17 +01:00
README.md Added a prometheus metrics exporter to Ghost (#21193) 2024-10-03 11:34:25 -07:00
tsconfig.json Added a prometheus metrics exporter to Ghost (#21193) 2024-10-03 11:34:25 -07: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