Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Logstash
- coursera
- Elasticsearch
- spring-cloud-stream
- 플레이 프레임워크
- Spring
- confluent
- spring-kafka
- scala 2.10
- kafka interactive query
- avo
- aws
- Slick
- springboot
- schema registry
- 카프카
- enablekafkastreams
- kafkastream
- 한빛미디어
- kafkastreams
- RabbitMQ
- gradle
- Elk
- spring-batch
- play framework
- statestore
- scala
- Kafka
- reactive
- kafka streams
Archives
- Today
- Total
목록CacheStatisticsProvider (1)
b
Spring Boot actuator 에 caffeine cache hit ratio 노출하기.
springboot 문서를 참고 하면 /metrics 에 cache hit ratio 가 노출된다고 나온다 ( https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-metrics.html#production-ready-datasource-cache ) 하지만 그 리스트에 Caffeine 을 지원한 다는 얘기는 없다. 기본적으로 chche size는 metrics 에 노출이 되지만, hit/miss ratio는 노출이 되지 않으므로 구현이 필요하다.현재 상황 : 지원 목록 : EhCache, Hazelcast, Infinispan, JCache and Guava 확인 : 문서에 나온대로 CacheStatisticsAu..
spring framework
2018. 2. 5. 22:05