Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Nov 25, 2024
1 parent 7e9ad52 commit d2c53c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestBasicTracing(t *testing.T) {
parent := res[0]
sd := jaeger.DiffAsRegexp([]jaeger.Tag{
{Key: "k8s.pod.name", Type: "string", Value: "^otherinstance-.*"},
{Key: "k8s.container.name", Type: "string", Value: "otherinstance*"},
{Key: "k8s.container.name", Type: "string", Value: "otherinstance"},
{Key: "k8s.node.name", Type: "string", Value: ".+-control-plane$"},
{Key: "k8s.pod.uid", Type: "string", Value: k8s.UUIDRegex},
{Key: "k8s.pod.start_time", Type: "string", Value: k8s.TimeRegex},
Expand Down

0 comments on commit d2c53c2

Please sign in to comment.