コントローラ UI に OTel の詳細がありません
- [OTel] タブがコントローラ UI に表示されません。
x-api-keyは [OTel] タブで使用できません。- ダッシュボードにアプリケーションを登録することはできません。
- コントローラ UI でアプリケーションデータを表示できません。
admin.jsp ページを手動で更新するか、次のコマンドを実行して必要なすべての設定を更新します。必要なすべてのコントローラ設定については、「Admin.jsp の設定」を参照してください。
admin.jsp 設定が上書きされます。
admin.jsp の設定を更新後、次の手順を実行します。
- 標準的導入
-
-
以下のコマンドを実行します:
CODEappdcli run bootstrap_otis -
(オプション)
admin.jspページで必要な設定を再構成します。「Admin.jsp の設定」を参照してください。 -
コントローラ UI に再ログインします。
-
- ハイブリッド展開
-
-
以下のコマンドを実行します:
CODEappdcli run bootstrap_otis --addAgentConfig=True -
(オプション)
admin.jspページで必要な設定を再構成します。「Admin.jsp の設定」を参照してください。 -
コントローラ UI に再ログインします。
-
Admin.jsp Settings
Navigate to the required operation and update its settings:
Enable Service
- Standard Deployment
-
CODE
appdynamics.onprem.otis.enabled: true - Hybrid Deployment
-
CODE
appdynamics.onprem.otis.enabled: true
Onboarding Endpoint
- Standard Deployment
-
CODE
appdynamics.saas.otis.global.endpoint.url: https://otis-onboarding-service.cisco-otis.svc:18443/Stage/status - Hybrid Deployment
-
CODE
appdynamics.saas.otis.global.endpoint.url: https://<virtualappliance-dns-name>/otis/onboarding/Stage/status
API Key to Onboard
- Standard Deployment
-
-
Run the following command in one of the Virtual Appliance nodes to obtain the
x-api-key.CODEappdcli key otis_onboarding true -
Update the below setting with
x-api-key.CODEappdynamics.saas.otis.x-api-key: <x-api-key-value>
-
- Hybrid Deployment
-
-
Run the following command in one of the Virtual Appliance nodes to obtain the
x-api-key.CODEappdcli key otis_onboarding true -
Update the below setting with
x-api-key.CODEappdynamics.saas.otis.x-api-key: <x-api-key-value>
-
Enable Ingestion
- Standard Deployment
-
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/注: This setting applies only for the internal configuration only. For OTel Collector settings, see the otel-collector.yaml files. - Hybrid Deployment
-
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/
Enable Metering
- Standard Deployment
-
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://otis-metering-reader-service.cisco-otis.svc:5001/v1/usage - Hybrid Deployment
-
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://<virtual-appliance-dns-name>/otis/metering/v1/usage
API Key to Enable Metering
- Standard Deployment
-
-
Run the following command in one of the Virtual Appliance nodes to obtain metering API key:
CODEappdcli key otis_metering true -
Update the below setting with
x-api-key:CODEappdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
-
- Hybrid Deployment
-
-
Run the following command in one of the Virtual Appliance nodes to obtain metering API key:
CODEappdcli key otis_metering true -
Update the below setting with
x-api-key:CODEappdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
-