MetricSummary
MetricSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| isLogMetric required | 로그 메트릭 여부 Example : N | string | |
| isObjectExist required | 오브젝트 존재여부 Example : Y | string | |
| metricDescription optional | 메트릭 설명 Example : 커널에서 사용한 CPU 시간의 백분율 (core 4개 모두를 100%사용하는 경우 : 400%) | string | |
| metricDescriptionEn optional | 메트릭 설명 Example : Percentage of CPU time used in the kernel (if 100% of all 4 cores are used: 400%) | string | |
| metricKey required | 메트릭 키 Example : system.cpu.system.pct | string | |
| metricName required | 메트릭 이름 Example : system.cpu.system.pct | string | |
| metricSetKey required | 메트릭 셋 키 Example : system.cpu | string | |
| metricSetName required | 메트릭 셋 이름 Example : CPU | string | |
| metricType required | 메트릭 유형 Example : NUM | string | |
| metricUnit required | 메트릭 단위 Example : bytes | string | |
| productTargetType optional | 메트릭 대상 유형 Example : system.core.id 별 | string | |
| productTargetTypeEn optional | 메트릭 대상 유형 Example : By system.core.id | string |