일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tool
- AWS
- Spring
- Spring Boot
- redis
- JVM
- it
- Design Patterns
- 맛집
- devops
- elasticsearch
- db
- MySQL
- laravel
- java
- Git
- Spring Batch
- Web Server
- Gradle
- linux
- ReactJS
- jsp
- ubuntu
- 요리
- jenkins
- Oracle
- springboot
- php
- javascript
- IntelliJ
Archives
- Today
- Total
목록2023/12/04 (1)
아무거나
[Spring Actuator] Aspect 를 활용한 특정 metric 의 tag 의 여러 value 값 별로 시간단위로 실시간 카운트 저장
Aspect 를 활용한 특정 metric 의 tag 의 여러 value 값 별로 시간단위로 실시간 카운트 저장 예시로 호출시 특정 타입번호기준으로 페이지를 이동하는 기능에 타입번호_시간단위로 카운트를 저장하는 기능을 생성 (참고: https://github.com/bkjeon1614/java-example-code/tree/develop/bkjeon-mybatis-codebase) Custom Annotation 생성 [CustomCounter.java] package com.example.bkjeon.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annot..
Java & Kotlin/Spring
2023. 12. 4. 18:49