MetricMetaDto
MetricMetaDto
| Name | Description | Schema | Default |
|---|---|---|---|
| descriptionEn required | Description of Metrics in English Example : filestorage volume total byte | any of [string, null] | |
| descriptionKo required | Description of Metrics in Korean Example : 파일스토리지 총 바이트 수 | any of [string, null] | |
| dimensions required | List of Dimension Keys Example : [['image_id']] | array[array[string]] | |
| metricName required | Metric Name Example : Custom_filestorage_volume_total_byte | string | |
| storageResolution optional | Storage Resolution Example : 60 | any of [integer, null] | |
| unit required | Metric Unit. Allowed Units: SECONDS, MICROSECONDS, MILLISECONDS, BYTES, KILOBYTES, MEGABYTES, GIGABYTES, TERABYTES, BITS, KILOBITS, MEGABITS, GIGABITS, TERABITS, PERCENT, COUNT, BYTES_PER_SECOND, KILOBYTES_PER_SECOND, MEGABYTES_PER_SECOND, GIGABYTES_PER_SECOND, TERABYTES_PER_SECOND, BITS_PER_SECOND, KILOBITS_PER_SECOND, MEGABITS_PER_SECOND, GIGABITS_PER_SECOND, TERABITS_PER_SECOND, COUNT_PER_SECOND, COUNT_PER_MINUTE, NONE Example : Bytes | any of [string, null] |