Skip to content

Commit

Permalink
Merge pull request #5096 from kiva/fix-middleware
Browse files Browse the repository at this point in the history
fix: missing const for prometheus middleware
  • Loading branch information
mcstover authored Dec 8, 2023
2 parents e0b5c83 + 3d5d5c9 commit 0e5ffdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const config = require('../config/selectConfig')(argv.config);
const initCache = require('./util/initCache');
const logger = require('./util/errorLogger');
const initializeTerminus = require('./util/terminusConfig');
const promBundle = require("express-prom-bundle");
const metricsMiddleware = promBundle({
includeMethod: true,
includePath: true,
Expand Down

0 comments on commit 0e5ffdd

Please sign in to comment.