File tree Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments