Skip to content

Commit 6ace0fc

Browse files
vitorvascchalin
authored andcommitted
fix(semconv): update database semantic conventions link for blog posts
Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent 342d0bd commit 6ace0fc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

content/en/blog/2025/complex-attribute-types.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ Examples include:
7171
inherently structured
7272
- **GraphQL** — responses may include
7373
[lists of structured errors](https://graphql.org/learn/response/#errors)
74-
- **[Database operations](https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-spans.md)**
75-
— batch operations have properties that flat attributes cannot adequately
76-
capture
74+
- **[Database operations](https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-metrics.md)** — batch
75+
operations have properties that flat attributes cannot adequately capture
7776

7877
Before extending support for complex attributes to all signals, we explored
7978
several alternatives:

content/en/docs/languages/python/propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This supports context propagation between database client and server when
125125
database log records are enabled. For more information, see:
126126

127127
- [OpenTelemetry Python sqlcommenter example](https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/sqlcommenter/)
128-
- [Semantic Conventions - Database Spans](/docs/specs/semconv/database/database-spans/#sql-commenter)
128+
- [Semantic Conventions - Database Spans](/docs/specs/semconv/db/database-spans/#sql-commenter)
129129
- [sqlcommenter](https://google.github.io/sqlcommenter/)
130130

131131
## Next steps

0 commit comments

Comments
 (0)