Skip to content

Remove regex from hot path in micrometer #48037

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
May 27, 2025

Conversation

brunobat
Copy link
Contributor

@brunobat brunobat commented May 24, 2025

During the OTel performance work, which now includes Micrometer, some inefficiencies were detected on the hot path. This affects all requests and uses ~5% of the samples in the test run.

Copy link

quarkus-bot bot commented May 24, 2025

/cc @ebullient (micrometer)

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented May 24, 2025

Nice improvement! It's really cool we're trying to reduce the observability costs.

@brunobat brunobat force-pushed the micrometer-optimizations-1 branch from f49d4b3 to 3515128 Compare May 24, 2025 14:59
@brunobat brunobat force-pushed the micrometer-optimizations-1 branch from 3515128 to 3b166b7 Compare May 24, 2025 15:04
@brunobat brunobat requested a review from gsmet May 24, 2025 15:05
Copy link

quarkus-bot bot commented May 24, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 3b166b7.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to have some additional testing, let's get this in!

@gsmet gsmet merged commit 48e9b9c into quarkusio:main May 27, 2025
34 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.24 - main milestone May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants