rpc.method
string Scrub: Manual Visibility: Public OTel: True The fully-qualified logical name of the method from the RPC interface perspective.
com.example.ExampleService/exampleMethod Changelog
Raw JSON
{
"key": "rpc.method",
"brief": "The fully-qualified logical name of the method from the RPC interface perspective.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": true,
"visibility": "public",
"example": "com.example.ExampleService/exampleMethod",
"changelog": [
{
"version": "0.7.0",
"prs": [
351
],
"description": "Added rpc.method attribute"
}
]
}