Skip to content

Commit 433a239

Browse files
committed
fix(semconv): update database semantic conventions link for blog posts
Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent bc12272 commit 433a239

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/blog/2024/spring-starter-stable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Note that the Spring Starter uses some semantic conventions that are not stable,
7979
which are still evolving and may change in the future.
8080
[HTTP semantic conventions](/docs/specs/semconv/http/http-metrics/) are stable
8181
and will not change.
82-
[Database semantic conventions](/docs/specs/semconv/database/database-metrics/)
82+
[Database semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-metrics.md)
8383
are still experimental and may change. However, they are expected to become
8484
stable at the end of 2024.
8585

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Examples include:
7171
inherently structured
7272
- **GraphQL** — responses may include
7373
[lists of structured errors](https://graphql.org/learn/response/#errors)
74-
- **[Database operations](/docs/specs/semconv/database/database-spans)** — batch
74+
- **[Database operations](https://github.com/open-telemetry/semantic-conventions/blob/v1.38.0/docs/database/database-metrics.md)** — batch
7575
operations have properties that flat attributes cannot adequately capture
7676

7777
Before extending support for complex attributes to all signals, we explored

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)