Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
node exporter에서 수집하는 데이터에 호스트명을 추가합니다.
이렇게 되면 추후 노드관련 매트릭 (ex. node_cpu_throttle ?, node_load_1....)에는 라벨들 중 hostname이라는 필드에 해당 머신의 hostname이 들어갑니다.
hostname을 영구적으로 적용한게 아니라면 이에 따른 시계열 데이터 분리(기존 호스트명 데이터와 바뀐 호스트명 데이터)가 있을수 있습니다.
이후 작업으로 기존에 instance를 기준으로 호스트를 판단했던 grafana dashboard들이 추가된 라벨을 사용하도록 수정하는 것을 권장합니다.
Base의 수정이므로 이것만 반영되면 이후 만들어지는 모든 클러스터에 반영됩니다.