Skip to content

Commit

Permalink
update docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Jan 7, 2024
1 parent b12725b commit 6680537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/har-to-otel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tool converts a `.har` file to OpenTelemetry traces and sends them to an Op
```
docker run \
--mount type=bind,source="$(pwd)",target=/files \
gardnera/har-to-otel:dev \
gardnera/har-to-otel:0.10.0 \
-f /files/YOUR-HAR-FILE.har \
-ep http://host.docker.internal:4318 \
--insecure true
Expand Down

0 comments on commit 6680537

Please sign in to comment.