Install-AksHciMonitoring

構文

AKS ハイブリッドデプロイで監視用の Prometheus をインストールします。

構文

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

説明

AKS ハイブリッドデプロイで監視用の Prometheus をインストールします。

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

パラメーター

-name

Kubernetes クラスターの英数字名。

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

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

-storage

ストレージの量 (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 リファレンス