Skip to content

Commit

Permalink
Merge pull request #129 from Liqwid-Labs/fix/enable-prometheus-endpoint
Browse files Browse the repository at this point in the history
fix: enable prometheus endpoint
  • Loading branch information
vladimirvolek authored Oct 16, 2023
2 parents 8d455ab + f7a64dd commit 61e2f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- NodeJS updated to `18.16.1`
- README config example
- shell.nix default to Node 18
- registered missing /prometheus endpoint

## [1.6.0] - 2023-06-28

Expand Down
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const start = (options = {}): FastifyInstance => {

// root
registerRoute(app, import('./routes/root/index.js'));
registerRoute(app, import('./routes/root/prometheus.js'));

// scripts
registerRoute(app, import('./routes/scripts/index.js'));
Expand Down

0 comments on commit 61e2f41

Please sign in to comment.