You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
spring-boot Disable incompatible tests on Linux AArch64 3 years ago
spring-boot-actuator Tweak performance for Prometheus scraping endpoint 3 years ago
spring-boot-actuator-autoconfigure Register metrics for wrapped R2DBC ConnectionPools 3 years ago
spring-boot-autoconfigure Improve condition message produced by @ConditionalOnSingleCandidate 3 years ago
spring-boot-cli Polish "Enforce use of BDDMockito" 3 years ago
spring-boot-dependencies Provide complete dependency management for Netty tcNative 3 years ago
spring-boot-devtools Accommodate SocketException when reading from stopped TunnelClient 3 years ago
spring-boot-docs Fix typo 3 years ago
spring-boot-parent Upgrade to Testcontainers 1.16.2 3 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters Update URL for GraphQL Spring Boot starter 3 years ago
spring-boot-test Allow beans with circular dependencies to be spied 3 years ago
spring-boot-test-autoconfigure Polish "Enforce use of BDDMockito" 3 years ago
spring-boot-tools Clarify devtools documentation when using with build plugins 3 years ago