Skip to content

Commit

Permalink
fix corectnes traces test
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Oct 24, 2024
1 parent af5404a commit f1282ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testbed/datasenders/zipkin.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ func (zs *zipkinDataSender) Start() error {
func (zs *zipkinDataSender) GenConfigYAMLStr() string {
return fmt.Sprintf(`
zipkin:
endpoint: %s`, zs.GetEndpoint())
protocols:
http:
endpoint: %s`, zs.GetEndpoint())
}

func (zs *zipkinDataSender) ProtocolName() string {
Expand Down

0 comments on commit f1282ff

Please sign in to comment.