You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
micrometer
벤더 중립적인 API
를 사용하여 코드를 측정할 수 있도록 하는dimensional-first metrics collection facade
dimensional-first metrics collection facade
라고 표현했는데 그냥slf4j
같은 거라고 보시면 될 것 같습니다slf4j
가 여러 로깅 라이브러리를 선택해서 사용할 수 있게 하는log facade
인 것처럼micrometer
는 여러 모니터링 툴을 선택해서 사용할 수 있게 하는metric facade
라고 보시면 될 것 같습니다micrometer
를 사용하는게 좋다고 생각합니다Counter
increase
_total
이 붙습니다read()
가 호출된 횟수입니다increase(AuctionController_total{method="read"}[30s])
과 같은 식으로 어떤 태그를 어떤 시간을 기준으로 표현할지 등을 지정할 수 있습니다readAllByCondition
이 호출된 횟수입니다Beta Was this translation helpful? Give feedback.
All reactions