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

Fix some remaining problems with disabling metrics, mostly deferring access to RegistryFactory (3.0) #3665

Merged
merged 12 commits into from
Nov 24, 2021

Conversation

tjquinno
Copy link
Member

Resolves #3660

When metrics are disabled via config, we want to give the code a chance to set the MetricsSettings used for the RegistryFactory accordingly before the RegistryFactory is used by other Helidon code.

This PR fixes a few remaining issues with that.

The commits are grouped roughly by the affected area to simply reviews.

@tjquinno tjquinno self-assigned this Nov 20, 2021
@tjquinno tjquinno added this to the 3.0.0 milestone Nov 20, 2021
tomas-langer
tomas-langer previously approved these changes Nov 22, 2021
@tjquinno
Copy link
Member Author

Above forced push was to rebase after recent FT merge.

@tjquinno tjquinno merged commit b068342 into helidon-io:master Nov 24, 2021
@tjquinno tjquinno deleted the metrics-disabled-3 branch November 24, 2021 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling metrics with full-featured metrics on runtime path does not work (3.0)
2 participants