Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization, Measurement Field Description 작성 #555

Open
jaegeunha opened this issue Jan 6, 2025 · 0 comments
Open

Visualization, Measurement Field Description 작성 #555

jaegeunha opened this issue Jan 6, 2025 · 0 comments
Assignees

Comments

@jaegeunha
Copy link
Collaborator

jaegeunha commented Jan 6, 2025

Issue 내용

  • Visualization Field 항목에 마우스 Hover 시 나타나는 Description 작성하기

Image

작성 방법

  1. FIELD_DESCRIPTIONS 상수 안에 Measurement를 Key로 추가합니다.
  2. 해당 Key의 값은 객체 형식으로 작성하며, 객체의 Key는 Field, Value는 Description으로 구성합니다.
    • 예:
    memory: {
      usage:
        'Percentage of memory currently in use across the system.',
    }

FIELD_DESCRIPTIONS 상수

export const FIELD_DESCRIPTIONS = {
  cpu: {
    usage_guest:
      'Percentage of processor time used for guest (virtual machine) demand.',
    usage_guest_nice:
      'Time spent executing in user mode under nice priority for guest (virtual machine) demand.',
  },
  ...
}

파일 위치

  • cloudhub/frontend/src/shared/constants/measurementFieldDesc.ts

작업 내용

  • 미작성된 부분을 중심으로 작성합니다.
  • 특히, ipmi, nvidia, snmp 관련 이슈나 Research가 진행 중인 항목 위주로 작성합니다.
@jaegeunha jaegeunha added this to v2.1 Jan 6, 2025
@jaegeunha jaegeunha converted this from a draft issue Jan 6, 2025
@jaegeunha jaegeunha self-assigned this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant