Skip to content

Commit e2618e4

Browse files
committed
chore: add non-registry attribute groups for explanatory purposes
1 parent 21ba11a commit e2618e4

4 files changed

Lines changed: 68 additions & 0 deletions

File tree

model/logging/attributes.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: Copyright 2026 Dash0 Inc.
2+
3+
groups:
4+
- id: attributes.dash0.log
5+
type: attribute_group
6+
display_name: Log Record Attributes
7+
brief: >
8+
All attributes available on log records in Dash0.
9+
attributes:
10+
- ref: otel.event.name
11+
- ref: otel.log.body
12+
- ref: otel.log.severity.number
13+
- ref: otel.log.severity.range
14+
- ref: otel.log.severity.text
15+
- ref: dash0.log.message
16+
- ref: dash0.log.pattern
17+
- ref: dash0.log.ai.attributes_inferred
18+
- ref: dash0.log.ai.message_inferred
19+
- ref: dash0.log.ai.severity_inferred

model/metrics/attributes.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: Copyright 2026 Dash0 Inc.
2+
3+
groups:
4+
- id: attributes.dash0.metric
5+
type: attribute_group
6+
display_name: Metric Data Point Attributes
7+
brief: >
8+
All attributes available on metric data points in Dash0.
9+
attributes:
10+
- ref: otel.metric.name
11+
- ref: otel.metric.type
12+
- ref: otel.metric.unit
13+
- ref: otel.metric.overflow
14+
- ref: otel.scope.name
15+
- ref: otel.scope.version

model/tracing/attributes.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# SPDX-FileCopyrightText: Copyright 2026 Dash0 Inc.
2+
3+
groups:
4+
- id: attributes.dash0.span
5+
type: attribute_group
6+
display_name: Span Attributes
7+
brief: >
8+
All attributes available on spans in Dash0.
9+
attributes:
10+
- ref: otel.trace.id
11+
- ref: otel.span.id
12+
- ref: otel.parent.id
13+
- ref: otel.span.name
14+
- ref: otel.span.kind
15+
- ref: otel.span.status.code
16+
- ref: otel.span.status.message
17+
- ref: otel.scope.name
18+
- ref: otel.scope.version
19+
- ref: dash0.span.name
20+
- ref: dash0.span.type
21+
- ref: dash0.operation.name
22+
- ref: dash0.operation.type

model/websites/attributes.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-FileCopyrightText: Copyright 2026 Dash0 Inc.
2+
3+
groups:
4+
- id: attributes.dash0.web_event
5+
type: attribute_group
6+
display_name: Web Event Attributes
7+
brief: >
8+
All attributes available on web events in Dash0.
9+
attributes:
10+
- ref: otel.event.name
11+
- ref: otel.scope.name
12+
- ref: otel.scope.version

0 commit comments

Comments
 (0)