アプリケーションの監視¶
アプリケーションを継続的に監視することで、問題の事前検知、パフォーマンスのボトルネックのトラブルシューティング、サービス中断への迅速な対応が可能になります。これにより、ダウンタイムを最小限に抑え、ユーザーエクスペリエンス全体を向上させることができます。 To access monitoring information, go to the Applications page and click on the app you want to view.
ここから、以下の監視オプションにアクセスできます。
- サービスの正常性:メモリー、CPU、およびネットワークの使用状況を表示するダッシュボードを提供します。
- Activity log: Allows you to view access, runtime, build, and version history logs.
リソースの使用状況¶
サービスの正常性を確認する権限
アプリケーションのオーナー権限を持つユーザーとDataRobot管理者のみがサービスの正常性にアクセスできます。
サービスの正常性タブでは、個々のアプリケーションの使用状況、サービスの正常性、およびリソースの消費量を監視できます。 リソース消費の監視は、コスト管理に不可欠であり、リソースが効率的に使用されるため、コストの最適化に役立ちます。
To access application monitoring capabilities, on the Applications page, click the app you want to view and select Service health. ここから、次のことができます。
| 要素 | 説明 | |
|---|---|---|
| 1 | 時間の範囲/単位 | チャートに表示する時間の範囲と単位を調整します。 単位ドロップダウンのオプションは、選択した範囲に基づいています。 |
| 2 | 表示を更新 | 使用状況に関する情報を即座に更新します。この情報は1分ごとに自動的に更新されます。 |
| 3 | リソースの使用状況 | 指定された時間範囲におけるCPU使用率、メモリー使用量、ネットワーク使用量の各平均値と、リアルタイムの使用状況を表示します。 タイルをクリックすると、下のグラフで使用状況に関する情報を視覚的に確認できます。 |
| 4 | 使用状況チャート | 選択された使用状況タイルおよび指定された時間範囲について、時間経過に伴う使用情報を視覚的に表示します。 CPU使用率については、平均使用率を表す線を表示することもできます。 |
Activity logs¶
ログの閲覧権限
アプリケーションのログにアクセスするには、アプリケーションのオーナーまたはエディター権限が必要です。 オーナーはすべてのログを閲覧できますが、エディターはビルドおよびランタイムログのみを閲覧でき、アクセスログは閲覧できません。
DataRobot records the following activity logs for custom applications:
| アクティビティログ | 説明 |
|---|---|
| アクセスログ | Displays which users have accessed the application and when. |
| ランタイムログ | Displays a real-time record of the application's tasks during execution. |
| ビルドログ | Displays a history of the application's deployment process. |
| バージョン履歴ログ | Displays a time-stamped, chronological record of the application's versions. |
To access these activity logs, from the Applications page, click the app you want to view, and select Activity log.
ビルドログとランタイムログ¶
From the Build logs and Runtime logs tabs, you can browse logs that detail the history of compiling, building, and executing the custom application. これには、依存関係のチェック、パッケージ化、および発生した警告やエラーが含まれます。
アクセスログ¶
From the Access logs tab, you can monitor the history of users who have opened or operated a custom application.
また、アプリケーションソースから直接アクセスログを表示することもできます。 Navigate to Registry > Application sources, locate the application source for your custom application, and expand the dropdown to view the applications built from the source. Then, click the custom application you want to view the access logs from to access a detailed view.
On the Overview tab, scroll down to the Access logs section.
アクセスログには、メールアドレス、ユーザーID、アクセス日時、アプリケーションに対するユーザーのロールなど、ユーザーによるアプリケーションへのアクセスの詳細が記録されます。
利用状況のロギング間隔
最初のアクセスイベントに加えて、アプリケーションへのアクセスまたは使用が、24時間ごとに個別のアクセスとして記録されます。 たとえば、ユーザーがアプリケーションを開くとアクセスイベントがログに記録され、そのユーザーセッションが24時間を超えて継続的にアクセスまたは使用されると、別のアクセスイベントがログに記録されます。 これにより、カスタムアプリケーションを24時間1分アクセスすると、2つのアクセスイベントが記録されます。 セルフマネージドAIプラットフォーム環境では、この間隔はアプリケーション設定のCUSTOM_APP_USAGE_METRIC_PUBLISH_MAX_FREQによって変更可能です。




