Skip to content

Tags: yurishkuro/microsim

Tags

v0.4.1

Toggle v0.4.1's commit message
Set root span status to error too

Signed-off-by: Yuri Shkuro <github@ysh.us>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use OTEL Exporter instead of Jaeger Exporter (#18)

I have used the otel exporter instead of the jaeger exporter.
Also ran `go get -d -t ./...` and `go mod tidy` and fixed errors caused
by it.

Use the `OTEL_EXPORTER_OTLP_TRACES_ENDPOINT`
```bash
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://localhost:14268/api/traces
```

---------

Signed-off-by: FlamingSaint <raghuramkannan400@gmail.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>

v0.3.0

Toggle v0.3.0's commit message
Fix version ref

Signed-off-by: Yuri Shkuro <github@ysh.us>

v0.2.0

Toggle v0.2.0's commit message
Capture name of the test config in the root span tag

v0.1.0

Toggle v0.1.0's commit message
Allow configuring Jaeger address

v0.0.2

Toggle v0.0.2's commit message
Clean-up dependencies

v0.0.1

Toggle v0.0.1's commit message
Allow workers to sleep between requests