Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/blog/2024/spring-starter-stable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Note that the Spring Starter uses some semantic conventions that are not stable,
which are still evolving and may change in the future.
[HTTP semantic conventions](/docs/specs/semconv/http/http-metrics/) are stable
and will not change.
[Database semantic conventions](/docs/specs/semconv/database/database-metrics/)
[Database semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-metrics.md)
are still experimental and may change. However, they are expected to become
stable at the end of 2024.

Expand Down
5 changes: 3 additions & 2 deletions content/en/blog/2025/complex-attribute-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ Examples include:
inherently structured
- **GraphQL** — responses may include
[lists of structured errors](https://graphql.org/learn/response/#errors)
- **[Database operations](/docs/specs/semconv/database/database-spans)** — batch
operations have properties that flat attributes cannot adequately capture
- **[Database operations](https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-spans.md)**
— batch operations have properties that flat attributes cannot adequately
capture

Before extending support for complex attributes to all signals, we explored
several alternatives:
Expand Down
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -12995,6 +12995,14 @@
"StatusCode": 206,
"LastSeen": "2025-11-21T09:44:12.160727406Z"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-metrics.md": {
"StatusCode": 206,
"LastSeen": "2025-11-26T17:11:11.439344-03:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-spans.md": {
"StatusCode": 206,
"LastSeen": "2025-11-26T17:11:13.714024-03:00"
},
"https://github.com/open-telemetry/semantic-conventions/issues": {
"StatusCode": 206,
"LastSeen": "2025-11-21T09:40:49.920728711Z"
Expand Down