Skip to content

Commit 6f304a7

Browse files
authored
using b3 propagation standards for trace ID (#25)
1 parent 2fc6df3 commit 6f304a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.1.3 (2021-06-14)
4+
### Changed
5+
* Using X-B3-TraceId as trace HTTP header
6+
37
## v0.1.2 (2021-06-14)
48
### Changed
59
* Adding HTTP headers to Vault client for logging (e.g. transaction ID)

service/router.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const (
11-
txIDHeader = "X-TransactionID"
11+
txIDHeader = "X-B3-TraceId"
1212
)
1313

1414
func setupRouter(h handler) *mux.Router {

0 commit comments

Comments
 (0)