일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- elasticsearch
- Gradle
- db
- 맛집
- Git
- JVM
- devops
- it
- Spring
- jenkins
- Oracle
- redis
- Spring Boot
- Spring Batch
- springboot
- laravel
- 요리
- ubuntu
- ReactJS
- tool
- MySQL
- AWS
- javascript
- IntelliJ
- jsp
- php
- Design Patterns
- java
- Web Server
- linux
Archives
- Today
- Total
목록spring bot (1)
아무거나
[Spring Actuator] Example 6편 - Timer
이전글: https://bkjeon1614.tistory.com/785 [Spring Actuator] Example 5편 - Gauge 이전글: https://bkjeon1614.tistory.com/784 Gauge Counter 타입인 경우 increment 메서드만 제공되지 decrement 메서드가 존재하지 않는다. 그러므로 커졌다 작아졌다 하는 값으로는 Gauge 를 사용하면 된다. 또한 Co bkjeon1614.tistory.com Timer 시간을 측정하는 metric 샘플 Timer [TimerConfig.java] package com.example.bkjeon.base.config.actuator.timer; import io.micrometer.core.instrument.Meter..
Java & Kotlin/Spring
2023. 11. 30. 14:32