ライブラリー別設定
Goライブラリー別のエージェント設定を案内します。
-
grpc_profile_enabled Boolean
既定値
true
gRPC(Google Remote Procedure Call、以下gRPC)情報の収集有無を設定します。
-
grpc_profile_stream_client_enabled Boolean
既定値
true
Client stream method情報の収集有無を設定します。
-
grpc_profile_stream_server_enabled Boolean
既定値
true
Server stream method情報の収集有無を設定します。
-
grpc_profile_ignore_method String
設定した値に対するMethodを収集しません。 複数の項目を登録する場合は、コンマ(,)を区切り文字として使用してください。
-
grpc_profile_stream_method String
設定したStream methodを別途のトランザクションで構成します。 複数の項目を登録する場合は、コンマ(,)を区切り文字として使用してください。 長時間続くstream接続に対して、それぞれのmethod呼び出しを単独トランザクションとして処理します。 ヒットマップ、トランザクション検索からfull methodで検索できます。
-
grpc_profile_stream_identify Boolean
既定値
false
Stream full methodをトランザクション名で収集し、同じFull methodに対してClientとServerを区分するための接頭辞を追加します。
whatap.confgrpc_profile_stream_identify=/StreamClient/[full method], /StreamServer/[full method]