@@ -311,7 +311,7 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
311
311
{
312
312
name : "POST /api/v1/nodes" ,
313
313
attributes : map [string ]func (* commonv1.AnyValue ) bool {
314
- "http. user_agent" : func (v * commonv1.AnyValue ) bool {
314
+ "user_agent.original " : func (v * commonv1.AnyValue ) bool {
315
315
return strings .HasPrefix (v .GetStringValue (), "tracing.test" )
316
316
},
317
317
"http.target" : func (v * commonv1.AnyValue ) bool {
@@ -430,7 +430,7 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
430
430
{
431
431
name : "GET /api/v1/nodes/{:name}" ,
432
432
attributes : map [string ]func (* commonv1.AnyValue ) bool {
433
- "http. user_agent" : func (v * commonv1.AnyValue ) bool {
433
+ "user_agent.original " : func (v * commonv1.AnyValue ) bool {
434
434
return strings .HasPrefix (v .GetStringValue (), "tracing.test" )
435
435
},
436
436
"http.target" : func (v * commonv1.AnyValue ) bool {
@@ -520,7 +520,7 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
520
520
{
521
521
name : "GET /api/v1/nodes" ,
522
522
attributes : map [string ]func (* commonv1.AnyValue ) bool {
523
- "http. user_agent" : func (v * commonv1.AnyValue ) bool {
523
+ "user_agent.original " : func (v * commonv1.AnyValue ) bool {
524
524
return strings .HasPrefix (v .GetStringValue (), "tracing.test" )
525
525
},
526
526
"http.target" : func (v * commonv1.AnyValue ) bool {
@@ -606,7 +606,7 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
606
606
{
607
607
name : "PUT /api/v1/nodes/{:name}" ,
608
608
attributes : map [string ]func (* commonv1.AnyValue ) bool {
609
- "http. user_agent" : func (v * commonv1.AnyValue ) bool {
609
+ "user_agent.original " : func (v * commonv1.AnyValue ) bool {
610
610
return strings .HasPrefix (v .GetStringValue (), "tracing.test" )
611
611
},
612
612
"http.target" : func (v * commonv1.AnyValue ) bool {
@@ -750,7 +750,7 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
750
750
{
751
751
name : "PATCH /api/v1/nodes/{:name}" ,
752
752
attributes : map [string ]func (* commonv1.AnyValue ) bool {
753
- "http. user_agent" : func (v * commonv1.AnyValue ) bool {
753
+ "user_agent.original " : func (v * commonv1.AnyValue ) bool {
754
754
return strings .HasPrefix (v .GetStringValue (), "tracing.test" )
755
755
},
756
756
"http.target" : func (v * commonv1.AnyValue ) bool {
@@ -871,7 +871,7 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
871
871
{
872
872
name : "DELETE /api/v1/nodes/{:name}" ,
873
873
attributes : map [string ]func (* commonv1.AnyValue ) bool {
874
- "http. user_agent" : func (v * commonv1.AnyValue ) bool {
874
+ "user_agent.original " : func (v * commonv1.AnyValue ) bool {
875
875
return strings .HasPrefix (v .GetStringValue (), "tracing.test" )
876
876
},
877
877
"http.target" : func (v * commonv1.AnyValue ) bool {
0 commit comments