spring-boot/spring-boot-project
Peter Paul Bakker fb3f3c52cf Tweak performance for Prometheus scraping endpoint
Reduce the number of times capacity growth is needed inside the StringWriter.
A typical default SpringBoot Prometheus page has more than 11k characters.
Best performance results when no capacity growth is needed at all, so base
it on previous metrics page size plus some room for possible extra metric info.

See gh-30085
2022-03-09 12:08:26 +01:00
..
spring-boot Disable incompatible tests on Linux AArch64 2022-03-07 13:22:17 +01:00
spring-boot-actuator Tweak performance for Prometheus scraping endpoint 2022-03-09 12:08:26 +01:00
spring-boot-actuator-autoconfigure Register metrics for wrapped R2DBC ConnectionPools 2022-03-08 13:55:34 +00:00
spring-boot-autoconfigure Improve condition message produced by @ConditionalOnSingleCandidate 2022-03-08 13:51:38 +00:00
spring-boot-cli Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-dependencies Provide complete dependency management for Netty tcNative 2022-03-02 15:55:15 +00:00
spring-boot-devtools Accommodate SocketException when reading from stopped TunnelClient 2022-03-03 10:30:54 +00:00
spring-boot-docs Fix typo 2022-03-09 08:28:44 +01:00
spring-boot-parent Upgrade to Testcontainers 1.16.2 2022-01-12 13:52:43 -08:00
spring-boot-properties-migrator
spring-boot-starters Update URL for GraphQL Spring Boot starter 2021-11-16 08:33:56 +01:00
spring-boot-test Allow beans with circular dependencies to be spied 2022-02-19 11:35:58 +00:00
spring-boot-test-autoconfigure Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-tools Clarify devtools documentation when using with build plugins 2022-03-07 21:52:43 -08:00