Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SSL metrics are no longer auto-configured #48819

Closed
Closed
SSL metrics are no longer auto-configured#48819
Assignees
Labels
type: regressionA regression from a previous release
Milestone

Description

It looks like the SslMetricsAutoConfiguration defined in the spring-boot-micrometer-metrics module is not listed among the auto-configurations that Spring Boot should import.

The org.springframework.boot.autoconfigure.AutoConfiguration.imports file is missing this line:

org.springframework.boot.micrometer.metrics.autoconfigure.ssl.SslMetricsAutoConfiguration

If this accepted as a bug, I'm available to submit a PR. Thanks.

Metadata

Metadata

Assignees

Labels

type: regressionA regression from a previous release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions