spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.84k stars 1.27k forks source link

Provide integrations with Spring Boot Actuator #1060

Open jgrandja opened 1 year ago

jgrandja commented 1 year ago

We should provide integrations with Spring Boot Actuator metrics.

We should also ensure correct ordering of Actuator HttpTraceFilter gh-760

Related gh-673, gh-748

Yneth commented 1 year ago

important note, current WebMvcMetricsFilter traces redirects without uri, which makes it hard to understand if there is error rate increasing on Authorize Endpoint (/oauth2/authorize) or Callback Login Endpoint (/login/oauth2/code/...).

algarves commented 3 weeks ago

Any updates on this topic?

jgrandja commented 3 weeks ago

No updates @algarves.

If there is something specific you are looking for it might be best to log the issue with Spring Boot.