Skip to content

Commit

Permalink
Merge pull request #76 from agardnerIT/docs/remove-python
Browse files Browse the repository at this point in the history
docs: remove python references
  • Loading branch information
agardnerIT authored Sep 23, 2023
2 parents 0ecb9ce + 4d77813 commit 70cb0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/span-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or
For example, to push an event that should be denoted at 100 milliseconds _after_ the span start time, where the event name is `eventA`, the key is `feature_flag.key`, the value is `hexColor` and the event value type (implied) is `stringValue`:

```
python ~/tracepusher/tracepusher.py \
./tracepusher \
--endpoint http://localhost:4318 \
--service-name serviceA \
--span-name span1 \
Expand All @@ -34,7 +34,7 @@ python ~/tracepusher/tracepusher.py \
To send an event that should be attached at the beginning of the span, with a key of `userID` and a type set as an integer:

```
python ~/tracepusher/tracepusher.py \
./tracepusher \
--endpoint http://localhost:4318 \
--service-name serviceA \
--span-name span1 \
Expand Down

0 comments on commit 70cb0d2

Please sign in to comment.