Skip to content

Commit 41d0f7e

Browse files
committed
chore: document dash0.auth.token
1 parent 252b303 commit 41d0f7e

5 files changed

Lines changed: 14 additions & 0 deletions

File tree

model/logging/attributes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ groups:
1717
- ref: dash0.log.ai.attributes_inferred
1818
- ref: dash0.log.ai.message_inferred
1919
- ref: dash0.log.ai.severity_inferred
20+
- ref: dash0.auth.token
2021
- ref: dash0.resource.id
2122
- ref: dash0.resource.hash
2223
- ref: dash0.resource.name

model/metrics/attributes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ groups:
1313
- ref: otel.metric.overflow
1414
- ref: otel.scope.name
1515
- ref: otel.scope.version
16+
- ref: dash0.auth.token
1617
- ref: dash0.resource.id
1718
- ref: dash0.resource.hash
1819
- ref: dash0.resource.name

model/registry/resource-attributes.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ groups:
66
display_name: Dash0 Resource Attributes
77
brief: Resource attributes assigned by Dash0 at ingestion time.
88
attributes:
9+
- id: dash0.auth.token
10+
type: string
11+
stability: stable
12+
brief: >
13+
Last 7 digits of the authentication token used to submit the telemetry to Dash0.
14+
note: |
15+
Set at ingestion time by the Dash0 backend.
16+
Useful for identifying which token was used when multiple authentication tokens are in use.
17+
examples: ["abc1234"]
18+
919
- id: dash0.resource.id
1020
type: string
1121
stability: stable

model/tracing/attributes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ groups:
2020
- ref: dash0.span.type
2121
- ref: dash0.operation.name
2222
- ref: dash0.operation.type
23+
- ref: dash0.auth.token
2324
- ref: dash0.resource.id
2425
- ref: dash0.resource.hash
2526
- ref: dash0.resource.name

model/websites/attributes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ groups:
1010
- ref: otel.event.name
1111
- ref: otel.scope.name
1212
- ref: otel.scope.version
13+
- ref: dash0.auth.token
1314
- ref: dash0.resource.id
1415
- ref: dash0.resource.hash
1516
- ref: dash0.resource.name

0 commit comments

Comments
 (0)