@@ -68,7 +68,7 @@ class KubernetesClientTest extends AgentInstrumentationSpecification {
68
68
kind SpanKind . INTERNAL
69
69
hasNoParent()
70
70
}
71
- apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 200 )
71
+ apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 200 )
72
72
}
73
73
}
74
74
}
@@ -95,7 +95,7 @@ class KubernetesClientTest extends AgentInstrumentationSpecification {
95
95
status ERROR
96
96
errorEvent(exception. class, exception. message)
97
97
}
98
- apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 451 , exception)
98
+ apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 451 , exception)
99
99
}
100
100
}
101
101
}
@@ -131,7 +131,7 @@ class KubernetesClientTest extends AgentInstrumentationSpecification {
131
131
kind SpanKind . INTERNAL
132
132
hasNoParent()
133
133
}
134
- apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 200 )
134
+ apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 200 )
135
135
span(2 ) {
136
136
name " callback"
137
137
kind SpanKind . INTERNAL
@@ -172,7 +172,7 @@ class KubernetesClientTest extends AgentInstrumentationSpecification {
172
172
kind SpanKind . INTERNAL
173
173
hasNoParent()
174
174
}
175
- apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 451 , exception. get())
175
+ apiClientSpan(it, 1 , " get pods/proxy" , " ${ server.httpUri()} /api/v1/namespaces/namespace/pods/name/proxy?path=path" , 451 , exception. get())
176
176
span(2 ) {
177
177
name " callback"
178
178
kind SpanKind . INTERNAL
0 commit comments