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
Changelog
v0.4.0 #228
v0.0.0
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,
  "changelog": [
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

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
Changelog
v0.1.0 #127
v0.0.0
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",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}