Service Attributes

2 attributes in this category. 2 stable

Stable Attributes

service.name

string PII: Maybe OTel: True

Logical name of the service.

Example omegastar
Raw JSON
{
  "key": "service.name",
  "brief": "Logical name of the service.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "omegastar"
}

service.version

string PII: Maybe OTel: True

The version string of the service API or implementation. The format is not defined by these conventions.

Example 5.0.0
Aliases sentry.release
Raw JSON
{
  "key": "service.version",
  "brief": "The version string of the service API or implementation. The format is not defined by these conventions.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "5.0.0",
  "alias": [
    "sentry.release"
  ]
}