Skip to content

Commit

Permalink
Merge pull request quarkusio#17852 from stuartwdouglas/micrometer-memory
Browse files Browse the repository at this point in the history
Change ring buffer default length to 3
  • Loading branch information
stuartwdouglas authored Jun 11, 2021
2 parents 62d27a6 + e29b69a commit 6983ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class JsonConfigGroup implements MicrometerConfig.CapabilityEnabled {
* samples. Samples are accumulated to such statistics in ring buffers which rotate after
* the expiry, with this buffer length.
*/
@ConfigItem(defaultValue = "1024")
@ConfigItem(defaultValue = "3")
public Integer bufferLength;

/**
Expand Down

0 comments on commit 6983ad5

Please sign in to comment.