Skip to content

Commit

Permalink
Update standalone.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT authored Jul 28, 2024
1 parent fb81055 commit df25ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Download the relevant binary from the [GitHub releases page](https://github.com/
```
./tracepusher \
-ep http(s)://OTEL-COLLECTOR-ENDPOINT:4318 \
--insecure false \
-sen service_name \
-spn span_name \
-dur SPAN_TIME_IN_SECONDS
Expand All @@ -25,6 +26,7 @@ Download the relevant binary from the [GitHub releases page](https://github.com/
--span-attributes key=value key2=value2=type
--span-events timeOffsetInMillis=EventName=AttributeKey=AttributeValue=type [event2...] [event3...]
--span-kind UNSPECIFIED|INTERNAL|CLIENT|SERVER|CONSUMER|PRODUCER (defaults to `INTERNAL`)
--span-status OK|ERROR (defaults to OK)
```

For span atttribute types, see [Span Attribute Types](../reference/span-attribute-types.md).
Expand All @@ -35,4 +37,4 @@ For multi-span traces, see [multi span traces](../reference/multi-span-traces.md

For duration type, see [duration type](../reference/duration-type.md)

For span kind, see [span kind](../reference/span-kind.md)
For span kind, see [span kind](../reference/span-kind.md)

0 comments on commit df25ec3

Please sign in to comment.