management:
metrics:
web:
client:
max-uri-tags: 200
server:
max-uri-tags: 200
OR
@SpringBootApplication(exclude = HttpClientMetricsAutoConfiguration.class)
https://stackoverflow.com/questions/54930449/how-do-i-solve-reached-the-maximum-number-of-uri-tags-for-http-client-requests
How do I solve "Reached the maximum number of URI tags for http.client.requests" warning?
I receive this warning on my app. I am reading rfidtags from about 30 readers at the same time. Each time a tag comes in I am hitting the database to see if its in there. I have a rest api that I...
stackoverflow.com
- spring-boot-actuator-autoconfigure
https://zzangjava.tistory.com/m/866
spring-boot-starter-actuator (모니터링)
- actuator + micrometer로 promtheus 연동 https://velog.io/@windsekirun/Spring-Boot-Actuator-Micrometer%EB%A1%9C-Prometheus-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0 Spring Boot + Actuator + Micrometer로 Prometheus 연동하기이 글은 기존 운영했던
zzangjava.tistory.com
'spring-boot' 카테고리의 다른 글
spring boot web 설정 참고 (0) | 2021.05.17 |
---|---|
Springboot devtools hot deployment Mybatis error: Could not load [mapper /] (0) | 2021.03.20 |
XssFilter & lucy-xssFilter 적용 (0) | 2020.10.04 |
Image to Base64 String Conversion (0) | 2020.09.24 |
sftp 이용하여 파일 처리 (0) | 2020.09.17 |