Service Attributes

2 attributes in this category.2 stable

2 attributes

Stable Attributes

service.name

stringScrub: ManualVisibility: PublicOTel: True

Logical name of the service.

Exampleomegastar
Changelog
v0.1.0#127
v0.0.0
Raw JSON
{
  "key": "service.name",
  "brief": "Logical name of the service.",
  "type": "string",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "omegastar",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

service.version

stringScrub: ManualVisibility: PublicOTel: True

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

Example5.0.0
Changelog
v0.1.0#127
v0.0.0
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",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "5.0.0",
  "alias": [
    "sentry.release"
  ],
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}