-
Notifications
You must be signed in to change notification settings - Fork 873
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
Instrument name is invalid
with Spring Security 6
#7448
Comments
Hello, I can confirm the problem. We have the same issue with Sping Boot 3 + Spring Security 6 with OT version 1.21.0
|
It looks like this name is produced by Spring Security itself: parent.before().event(Observation.Event.of(this.name + " before")); @der-eismann @rschlick can you create an issue in the Spring repo? I believe that this sort of naming pattern (whitespaces) might not be accepted by at least some of the monitoring systems supported by Micrometer; it's not just OpenTelemetry that'll trip on this. |
@mateuszrzeszutek I have a created a bug ticket in the Spring Security project there : spring-projects/spring-security#12490 |
Cool, looks like they fixed that already. |
Hi, the warning is still present with Spring Security 6.1.0, please let's fix it if possible
|
Describe the bug
We upgraded one of our applications to Spring Boot 3 including Sprint Security 6, now we are getting lots of warnings like this:
Steps to reproduce
What did you expect to see?
No warnings
What did you see instead?
The above mentioned warning
What version are you using?
v1.21.0
Environment
Compiler: AWS Corretto 17.0.5.8.1
OS: AlmaLinux 9
The text was updated successfully, but these errors were encountered: