Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit fb43c20

Browse files
Merge pull request #2419 from splunk/bhillmer-fix-404s
Fix 404s
2 parents a1c58e9 + 4e4b056 commit fb43c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apm/apm-spans-traces/apm-errors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See the Span Status section of the OpenTelemetry Transformation to non-OTLP Form
2929
How OpenTelemetry handles HTTP status codes
3030
----------------------------------------------
3131

32-
The following table provides an overview of how HTTP status codes are used to set the ``span.status`` field, and subsequently ``otel.status_code``, in OpenTelemetry instrumentation in accordance with OpenTelemetry semantic conventions. To learn more, see the OpenTelemetry semantic conventions for HTTP spans on GitHub :new-page:`https://github.com/open-telemetry/semantic-conventions/blob/main/model/trace/http.yaml`.
32+
The following table provides an overview of how HTTP status codes are used to set the ``span.status`` field, and subsequently ``otel.status_code``, in OpenTelemetry instrumentation in accordance with OpenTelemetry semantic conventions. To learn more, see the OpenTelemetry semantic conventions for HTTP spans on GitHub :new-page:`https://github.com/open-telemetry/semantic-conventions/blob/main/model/http/spans.yaml`.
3333

3434
.. list-table::
3535
:header-rows: 1
@@ -132,7 +132,7 @@ To determine if a gRPC span counts towards the error rate for a service, Splunk
132132
- unset
133133
- ERROR
134134

135-
See the OpenTelemetry specification for information on the handling of gRPC status codes on GitHub :new-page:`https://github.com/open-telemetry/semantic-conventions/blob/main/model/trace/rpc.yaml`.
135+
See the OpenTelemetry specification for information on the handling of gRPC status codes on GitHub :new-page:`https://github.com/open-telemetry/semantic-conventions/blob/main/model/rpc/spans.yaml`.
136136

137137
.. _metricset-errors:
138138

0 commit comments

Comments
 (0)