Skip to content

Remove cache and use MeterProvider for dynamic tags #218

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

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

tsegismont
Copy link
Contributor

Micrometer will provide an internal cache in v1.13.

Besides, since v1.12, to avoid creating builders again and again, we can use the MeterProvider API. MeterProvider allows, using a unique builder, to change tags dynamically.

Micrometer will provide an internal cache in v1.13.

Besides, since v1.12, to avoid creating builders again and again, we can use the MeterProvider API.
MeterProvider allows, using a unique builder, to change tags dynamically.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont tsegismont added this to the 5.0.0 milestone Apr 10, 2024
@tsegismont tsegismont merged commit f4f8b74 into vert-x3:master Apr 10, 2024
4 checks passed
@tsegismont
Copy link
Contributor Author

See micrometer-metrics/micrometer#4856 (comment) for measurements

@tsegismont tsegismont deleted the simplify-with-meter-provider branch April 10, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant