メインコンテンツまでスキップ

メトリクス

MagicOnion サーバーは、System.Diagnostics.Metrics を使用した StreamingHub に関連するメトリクスをサポートしています。

Meter: MagicOnion.Server

MetricUnitTags
magiconion.server.streaminghub.connections{connection}rpc.system, rpc.service
magiconion.server.streaminghub.method_durationmsrpc.system, rpc.service, rpc.method
magiconion.server.streaminghub.method_completed{request}rpc.system, rpc.service, rpc.method, magiconion.streaminghub.is_error
magiconion.server.streaminghub.exceptions{exception}rpc.system, rpc.service, rpc.method, error.type

Tags

Tag nameValue
rpc.systemmagiconion
rpc.serviceStreamingHub インターフェース名 (例: IGreeterService)
rpc.methodStreamingHub メソッド名 (例: HelloAsync)
magiconion.streaminghub.is_errorStreamingHub メソッドの呼び出しが失敗したかどうか (例: true or false)
error.typeスローされた例外の型 (例: System.InvalidOperationException)