File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments