Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metric expressjs_number_of_open_connections does not include prefix #116

Open
kennsippell opened this issue Sep 18, 2023 · 0 comments
Open

Comments

@kennsippell
Copy link

const prometheusMiddleware = require('prometheus-api-metrics');
app.use(prometheusMiddleware({
  metricsPrefix: 'prefix',
}));

expressjs_number_of_open_connections should be prefix_expressjs_number_of_open_connections but it appears to be the only metric without the prefix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant