Missing OTel Details in the Controller UI

If you face any of the following issues occur:
  • The OTel tab does not appear in the Controller UI.
  • The x-api-key is unavailable in the OTel tab.
  • You cannot register your applications in the dashboard.
  • The application data is unavailable in the Controller UI.

Update the admin.jsp page manually or run the following command to update all the required settings. For all the required Controller settings, see Admin.jsp Settings.

Note: This will override the existing admin.jsp settings.

After updating the admin.jsp settings, complete the following steps:

Standard Deployment
  1. Run the following command:

    CODE
    appdcli run bootstrap_otis
  2. (Optional) Re-configure the required settings on the admin.jsp page. See Admin.jsp Settings.

  3. Re-login to the Controller UI.

Hybrid Deployment
  1. Run the following command:

    CODE
    appdcli run bootstrap_otis --addAgentConfig=True
  2. (Optional) Re-configure the required settings on the admin.jsp page. See Admin.jsp Settings.

  3. Re-login to the Controller 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>