Commit Graph

17 Commits

Author SHA1 Message Date
Andy Wilkinson
d23fcf9d65 Make metrics endpoint back off without Actuator
Problem was introduced in "Create spring-boot-metrics module" which
is 1aea3c5 at the moment.
2025-06-17 07:38:02 +01:00
Phillip Webb
3de1e27b64 Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is
organized under single top-level autoconfigure package.
2025-06-13 20:06:53 -07:00
Andy Wilkinson
a78797a2ba Remove most deprecated APIs that were due for removal in 4.0
Support for rest controller, controler, and servlet endpoints has
been kept for now.

Issue: 45600
2025-06-13 20:06:52 -07:00
Andy Wilkinson
679ef5e7ff Minimize what remains of actuator-autoconfigure-all 2025-06-13 20:06:52 -07:00
Andy Wilkinson
d337c44c2f Move code from docker-compose-all into relevant modules 2025-06-13 20:06:51 -07:00
Andy Wilkinson
183a0fbdf5 Move code out of testcontainers-all into relevant modules 2025-06-13 20:06:51 -07:00
Phillip Webb
1d2604602c Introduce ObservationHandlerGroup interface
Add a new `ObservationHandlerGroup` interface that allows grouping
logic to be implemented by the metrics and tracing modules. This
update removes the need for `ObservabilityAutoConfiguration`.

Issue: 45746
2025-06-13 20:06:51 -07:00
Andy Wilkinson
4ab37da446 Move SSL auto-configuration out of actuator-autoconfigure-all 2025-06-13 20:06:51 -07:00
Andy Wilkinson
0fabb090b6 Move code out of spring-boot-actuator-autoconfigure-all 2025-06-13 20:06:49 -07:00
Andy Wilkinson
4171b8bf33 Move task metrics auto-configuration into spring-boot-metrics 2025-06-13 20:06:48 -07:00
Andy Wilkinson
357c441cff Rename spring-boot-micrometer-observation to spring-boot-observation 2025-06-13 20:06:48 -07:00
Andy Wilkinson
3ea65eff08 Create spring-boot-micrometer-observation module 2025-06-13 20:06:47 -07:00
Andy Wilkinson
bf644c9d55 Move metrics export into spring-boot-metrics 2025-06-13 20:06:47 -07:00
Stéphane Nicoll
92547def9d Remove endpoint infrastructure dependency from spring-boot-metrics 2025-06-13 20:06:44 -07:00
Stéphane Nicoll
306a238e05 Move actuator test support out spring-boot-actuator-integration-tests 2025-06-13 20:06:44 -07:00
Andy Wilkinson
25bb313d91 Reduce dependencies of spring-boot-actuator 2025-06-13 20:06:44 -07:00
Andy Wilkinson
1aea3c5a1e Create spring-boot-metrics module 2025-06-13 20:06:38 -07:00