rm kindJaegerUdp

This commit is contained in:
xiandong
2023-02-18 09:40:26 +08:00
committed by kevin
parent c593b5b531
commit 6d4d7cbd6b
4 changed files with 15 additions and 55 deletions

View File

@@ -15,7 +15,7 @@ func TestStartAgent(t *testing.T) {
endpoint2 = "remotehost:1234"
endpoint3 = "localhost:1235"
endpoint4 = "localhost:1236"
endpoint5 = "localhost:6831"
endpoint5 = "udp://localhost:6831"
)
c1 := Config{
Name: "foo",
@@ -48,7 +48,7 @@ func TestStartAgent(t *testing.T) {
c7 := Config{
Name: "UDP",
Endpoint: endpoint5,
Batcher: kindJaegerUdp,
Batcher: kindJaeger,
}
StartAgent(c1)