Rpc Attributes

2 attributes in this category. 2 stable

Stable Attributes

rpc.grpc.status_code

integer PII: Maybe OTel: True

The numeric status code of the gRPC request.

Example 2
Raw JSON
{
  "key": "rpc.grpc.status_code",
  "brief": "The numeric status code of the gRPC request.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": 2
}

rpc.service

string PII: Maybe OTel: True

The full (logical) name of the service being called, including its package name, if applicable.

Example myService.BestService
Raw JSON
{
  "key": "rpc.service",
  "brief": "The full (logical) name of the service being called, including its package name, if applicable.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "myService.BestService"
}