コントローラ UI に OTel の詳細がありません

次のいずれかの問題が発生した場合:
  • [OTel] タブがコントローラ UI に表示されません。
  • x-api-key は [OTel] タブで使用できません。
  • ダッシュボードにアプリケーションを登録することはできません。
  • コントローラ UI でアプリケーションデータを表示できません。

admin.jsp ページを手動で更新するか、次のコマンドを実行して必要なすべての設定を更新します。必要なすべてのコントローラ設定については、「Admin.jsp の設定」を参照してください。

注: これにより、既存の admin.jsp 設定が上書きされます。

admin.jsp の設定を更新後、次の手順を実行します。

標準的導入
  1. 以下のコマンドを実行します:

    CODE
    appdcli run bootstrap_otis
  2. (オプション)admin.jsp ページで必要な設定を再構成します。「Admin.jsp の設定」を参照してください。

  3. コントローラ UI に再ログインします。

ハイブリッド展開
  1. 以下のコマンドを実行します:

    CODE
    appdcli run bootstrap_otis --addAgentConfig=True
  2. (オプション)admin.jsp ページで必要な設定を再構成します。「Admin.jsp の設定」を参照してください。

  3. コントローラ UI に再ログインします。

Admin.jsp の設定

必要な操作に移動し、設定を更新します。

サービスを有効化(Enable Service)

標準的導入
CODE
appdynamics.onprem.otis.enabled: true
ハイブリッド展開
CODE
appdynamics.onprem.otis.enabled: true

エンドポイントのオンボード

標準的導入
CODE
appdynamics.saas.otis.global.endpoint.url: https://otis-onboarding-service.cisco-otis.svc:18443/Stage/status
ハイブリッド展開
CODE
appdynamics.saas.otis.global.endpoint.url: https://<virtualappliance-dns-name>/otis/onboarding/Stage/status

導入準備のための API キー

標準的導入
  1. 仮想アプライアンスノードの 1 つで次のコマンドを実行して、x-api-key を取得します。
    CODE
    appdcli run decode_otis_onboarding
  2. 以下の設定を x-api-key で更新します。

    CODE
    appdynamics.saas.otis.x-api-key: <x-api-key-value>
ハイブリッド展開
  1. 仮想アプライアンスノードの 1 つで次のコマンドを実行して、x-api-key を取得します。
    CODE
    appdcli run decode_otis_onboarding
  2. 以下の設定を x-api-key で更新します。

    CODE
    appdynamics.saas.otis.x-api-key: <x-api-key-value>

取り込みの有効化

標準的導入
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/
注: この設定は、内部構成だけに適用されます。OTel コレクタの設定については、otel-collector.yaml ファイルを参照してください。
ハイブリッド展開
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/

メータリングを有効にする

標準的導入
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://otis-metering-reader-service.cisco-otis.svc:5001/v1/usage
ハイブリッド展開
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://<virtual-appliance-dns-name>/otis/metering/v1/usage

メータリングを有効にする API キー

標準的導入
  1. 仮想アプライアンスノードのいずれかで次のコマンドを実行して、メータリング API キーを取得します。

    CODE
    appdcli run decode_otis_metering
  2. 次の設定を x-api-key で更新します。

    CODE
    appdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
ハイブリッド展開
  1. 仮想アプライアンスノードのいずれかで次のコマンドを実行して、メータリング API キーを取得します。

    CODE
    appdcli run decode_otis_metering
  2. 次の設定を x-api-key で更新します。

    CODE
    appdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>