This commit is contained in:
Kevin Wan
2021-08-17 10:24:12 +08:00
committed by GitHub
parent 7c842f22d0
commit 9c1ee50497
4 changed files with 10 additions and 5 deletions

View File

@@ -2,5 +2,6 @@ package trace
const (
TraceIdKey = "X-Trace-ID"
spanIdKey = "X-Span-ID"
spanIdKey = "X-Span-ID"
)