> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ja/llms.txt # Mastra.getTelemetry() `.getTelemetry()` メソッドは、Mastra インスタンスに設定されている Telemetry インスタンスを取得します。 ## 使用例 ```typescript mastra.getTelemetry() ``` ## パラメーター このメソッドはパラメーターを受け取りません。 ## 戻り値 **telemetry** (`Telemetry | undefined`): すべてのコンポーネントのトレースと可観測性に使用される、設定済みの Telemetry インスタンス。Telemetry が設定されていない場合は undefined。 ## 関連項目 - [トレース](https://mastra.zisheng.pro/ja/docs/observability/tracing/overview) - [可観測性の設定](https://mastra.zisheng.pro/ja/reference/observability/tracing/configuration)