Install-AksHciMonitoring

개요

AKS 하이브리드 배포에서 모니터링을 위해 Prometheus를 설치합니다.

구문

Install-AksHciMonitoring -name <String> 
                         -storageSizeGB <String> 
                         -retentionTimeHours <String>                        

Description

AKS 하이브리드 배포에서 모니터링을 위해 Prometheus를 설치합니다.

예제

Install-AksHciMonitoring -Name mycluster -storageSizeGB 100 -retentionTimeHours 240

매개 변수

-이름

Kubernetes 클러스터의 영숫자 이름입니다.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-보관소

스토리지 크기(GB)입니다.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-retentionTime

수집된 메트릭의 보존 시간(시간)입니다.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

다음 단계

AksHci PowerShell 참조