Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Gardner <[email protected]>
  • Loading branch information
agardnerIT committed Sep 13, 2023
1 parent 24bd34e commit 626c5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/span-status.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Span Kind
## Span Status

The optional flag `-ss` or `--span-status` allows users to specify the span status.

If not specified, tracepusher assumes an `OK` status.

For reference, these map to values of `0` (Unset), `1` (OK) or `2` (Error) according to the [OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/trace/v1/trace.proto#L270-#L278).

### Valid Span Types
### Valid Span Statuses

These are case insensitive:

Expand Down

0 comments on commit 626c5ca

Please sign in to comment.