Skip to content

Commit a3ae880

Browse files
authored
[chore] Fix typo in http client SpanKind (#2258)
Signed-off-by: Goutham <[email protected]>
1 parent 4795eb6 commit a3ae880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/http/http-spans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ There are two ways HTTP client spans can be implemented in an instrumentation:
140140

141141
**Span name:** refer to the [Span Name](/docs/http/http-spans.md#name) section.
142142

143-
**Span kind** MUST be `SERVER`.
143+
**Span kind** MUST be `CLIENT`.
144144

145145
**Span status:** refer to the [Span Status](/docs/http/http-spans.md#status) section.
146146

model/http/spans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ groups:
1919
2020
**Span name:** refer to the [Span Name](/docs/http/http-spans.md#name) section.
2121
22-
**Span kind** MUST be `SERVER`.
22+
**Span kind** MUST be `CLIENT`.
2323
2424
**Span status:** refer to the [Span Status](/docs/http/http-spans.md#status) section.
2525
attributes:

0 commit comments

Comments
 (0)