PostMetricExport
    • PDF

    PostMetricExport

    • PDF

    기사 요약

    설명

    생성될 metric export 객체

    구문

    class PostMetricExport {
            private String name;
            private String description;
            private String productKey;
            private String interval;
            private String aggregation;
            private Set<MonitorGroupItem> targets;
            private Set<String> metrics;
            private MetricExportDestination destination;
    }
    

    필드

    파라미터명필수 여부타입제약 사항설명
    nameYesString최대 45자Metric Export 이름
    descriptionNoString최대 200자Metric Export 설명
    productKeyYesStringCloud Insight와 연동된 NCP 상품만 지원 (Custom schema 미지원)export 대상 상품의 product key
    intervalYesStringMin1, Min5, Min30, Hour2, Day1export 대상 메트릭의 수집 주기
    aggregationYesStringAVG, MIN, MAX, SUM, COUNTexport 대상 메트릭의 집계 함수
    targetsNoSet전체 리소스를 대상으로 할 경우 targets 필드는 불필요, 특정 리소스를 대상으로 할 경우 설정이 필요하며 개별 선택의 경우 1개로 선택 제한export 대상 리소스
    metricsNoSet전체 메트릭을 대상으로 할 경우 metrics 필드는 불필요, 특정 메트릭을 대상으로 할 경우 설정이 필요하며 개별 선택의 경우 20개로 제한export 대상 메트릭
    destinationYesMetricExportDestination현재 Object Storage(type : OBS)만을 지원함export한 결과물 저장 위치

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.