우선 데이터에 대해서 설명하겠다. 프로메테우스가 수집하는 데이터는 시계열 데이터다. 그래서 시간 간격에 따라 데이터가 같이 저장된다. 이런 식으로 저장된다. (timestamp, value) 즉, 시간과 같이 저장되는 데이터다. 그 시간, Timestamp는 밀리세컨드 단위를 가지고 있다.(64-bit 일 때 가능) 그런 시계열 데이터는 또 이름을 가지고 있다. 예를 들자면 node_cpu_seconds_total —> the total number of CPU seconds used node_filesystem_free_bytes —> free space on filesystem mount point go_memstats_sys_bytes —> the amount of memory used by Go ..