Skip to content

Tags: KeepMoving/brave

Tags

4.18.2

Toggle 4.18.2's commit message
[maven-release-plugin] copy for tag 4.18.2

release-4.18.2

Toggle release-4.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes bug where debug did not imply sampled (openzipkin#663)

It is true the b3-propagation spec suggests debug implies sampled.
This leniently parses a missing `X-B3-Sampled` header as long as
`X-B3-Flags: 1` is present.

Fixes openzipkin#661

4.18.1

Toggle 4.18.1's commit message
[maven-release-plugin] copy for tag 4.18.1

release-4.18.1

Toggle release-4.18.1's commit message
bumps versions

4.18.0

Toggle 4.18.0's commit message
[maven-release-plugin] copy for tag 4.18.0

release-4.18.0

Toggle release-4.18.0's commit message
Fixes timestamp race condition in rabbit tracing

4.17.2

Toggle 4.17.2's commit message
[maven-release-plugin] copy for tag 4.17.2

release-4.17.2

Toggle release-4.17.2's commit message
Adds decorate option to wrap existing spring rabbit components (openz…

…ipkin#636)

4.17.1

Toggle 4.17.1's commit message
[maven-release-plugin] copy for tag 4.17.1

release-4.17.1

Toggle release-4.17.1's commit message
Adds SpringRabbitTracing.Builder.remoteServiceName

`SpringRabbitTracing.Builder.remoteServiceName` allows you to set the
name the broker will have in the service graph. Usually you'll want a
service-scoped name like a cluster or similar.

This also adjusts the span names to always be operation names like other
instrumentation.