Trpc Attributes

2 attributes in this category. 2 stable

Stable Attributes

trpc.procedure_path

string PII: Maybe Visibility: Public OTel: False

The path of the tRPC procedure being called

Example user.getById
Changelog
v0.7.0 #370 Added trpc.procedure_path attribute
Raw JSON
{
  "key": "trpc.procedure_path",
  "brief": "The path of the tRPC procedure being called",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "user.getById",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        370
      ],
      "description": "Added trpc.procedure_path attribute"
    }
  ]
}

trpc.procedure_type

string PII: Maybe Visibility: Public OTel: False

The type of the tRPC procedure

Example query
Changelog
v0.7.0 #370 Added trpc.procedure_type attribute
Raw JSON
{
  "key": "trpc.procedure_type",
  "brief": "The type of the tRPC procedure",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "query",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        370
      ],
      "description": "Added trpc.procedure_type attribute"
    }
  ]
}