일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- linux
- Design Patterns
- php
- Spring Boot
- Gradle
- laravel
- AWS
- javascript
- Spring
- IntelliJ
- jsp
- Git
- MySQL
- tool
- Web Server
- springboot
- JVM
- db
- Oracle
- 맛집
- it
- 요리
- redis
- java
- Spring Batch
- devops
- elasticsearch
- jenkins
- ubuntu
- ReactJS
Archives
- Today
- Total
목록2023/11/30 (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