Install-AksHciMonitoring

Streszczenie

Instaluje rozwiązanie Prometheus do monitorowania we wdrożeniu hybrydowym usługi AKS.

Składnia

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

Opis

Instaluje rozwiązanie Prometheus do monitorowania we wdrożeniu hybrydowym usługi AKS.

Przykłady

Przykład

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

Parametry

-Nazwa

Alfanumeryczna nazwa klastra Kubernetes.

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

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

-Magazynu

Ilość miejsca do magazynowania w GB.

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

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

-retentionTime

Czas przechowywania zebranych metryk w godzinach.

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

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

Następne kroki

Dokumentacja programu PowerShell usługi AksHci