Skip to content

Commit

Permalink
Fix span event name (#1087)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar authored and szuecs committed Jun 7, 2019
1 parent 084a4b9 commit e5aa646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
SpanKindClient = "client"
SpanKindServer = "server"

EndEvent = "start"
EndEvent = "end"
StartEvent = "start"
StreamHeadersEvent = "stream_Headers"
)
Expand Down

0 comments on commit e5aa646

Please sign in to comment.