
"측정할 수 없는 것은 관리할 수 없다"
-피터 드러커
(이와 같이 퍼블릭 인스턴스가 IGW를 통해 접근하거나)
(또는 프라이빗 서브넷에서 엔드포인트 연결을 통해 접근해야 함)What is difference between log and metric?
A log message is a system-generated set of data when an event has happened to describe the event. In a log message is the log data. Log data are the details about the event, such as a resource accessed, who accessed it, and the time. Each event in a system will have different data sets in the message.
While logs are about a specific event, metrics are a measurement at a point in time for the system. This unit of measure can have the value, timestamp, and identifier of what that value applies to (like a source or a tag). Logs may be collected whenever an event occurs, but metrics are typically collected at fixed-time intervals.