We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to have an option to add CollectMetricsMiddleware without being forced to have metrics are being exposed on /metrics path in AspNetCore.
CollectMetricsMiddleware
/metrics
Would prefer to use StandaloneService or my own on another port for security reasons.
StandaloneService
Making CollectMetricsMiddleware / HttpMetrics classes public and simple helper for middleware registration would be enough.
HttpMetrics
public
Do you accept PRs?
The text was updated successfully, but these errors were encountered:
That would be a great addition to the library.
Sorry, something went wrong.
Hi, should we expect a PR on this?
No branches or pull requests
I would like to have an option to add
CollectMetricsMiddleware
without being forced to have metrics are being exposed on/metrics
path in AspNetCore.Would prefer to use
StandaloneService
or my own on another port for security reasons.Making
CollectMetricsMiddleware
/HttpMetrics
classespublic
and simple helper for middleware registration would be enough.Do you accept PRs?
The text was updated successfully, but these errors were encountered: