Skip to content

Commit 110e28b

Browse files
author
Liudmila Molkova
committed
changelog and lint
1 parent 3e2d451 commit 110e28b

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

.chloggen/1716.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
change_type: enhancement
2+
component: docs, db
3+
note: Add common guidance on recording errors on spans and metrics, clarify DB conventions.
4+
issues: [1536, 1716]

docs/database/database-spans.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linkTitle: Client Calls
1212

1313
- [Name](#name)
1414
- [Status](#status)
15-
- [Recording exception events](#recording-exception-events)
1615
- [Common attributes](#common-attributes)
1716
- [Notes and well-known identifiers for `db.system`](#notes-and-well-known-identifiers-for-dbsystem)
1817
- [Sanitization of `db.query.text`](#sanitization-of-dbquerytext)
@@ -418,4 +417,3 @@ More specific Semantic Conventions are defined for the following database techno
418417
* [SQL](sql.md): Semantic Conventions for *SQL* databases.
419418

420419
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
421-
[SpanStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/trace/api.md#set-status

docs/gen-ai/gen-ai-spans.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ linkTitle: Generative AI traces
1111
<!-- toc -->
1212

1313
- [Name](#name)
14+
- [Status](#status)
1415
- [GenAI attributes](#genai-attributes)
1516
- [Capturing inputs and outputs](#capturing-inputs-and-outputs)
1617

docs/messaging/messaging-spans.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- [Span name](#span-name)
2323
- [Operation types](#operation-types)
2424
- [Span kind](#span-kind)
25+
- [Span status](#span-status)
2526
- [Trace structure](#trace-structure)
2627
- [Producer spans](#producer-spans)
2728
- [Consumer spans](#consumer-spans)

docs/rpc/rpc-spans.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This document defines how to describe remote procedure calls
1515

1616
- [Common remote procedure call conventions](#common-remote-procedure-call-conventions)
1717
- [Span name](#span-name)
18+
- [Span status](#span-status)
1819
- [Service name](#service-name)
1920
- [Client attributes](#client-attributes)
2021
- [Server attributes](#server-attributes)

0 commit comments

Comments
 (0)