Skip to content

Commit

Permalink
Use new paths to system resources in traces
Browse files Browse the repository at this point in the history
The paths were changed in quarkusio/quarkus#45300
See quarkusio/quarkus#45754 for details
  • Loading branch information
fedinskiy authored and michalvavrik committed Jan 22, 2025
1 parent 1061147 commit 7211d6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public class OpenAPITracingIT {
private static final String HTTP_REQUEST_METHOD_TAG = "http.request.method";
private static final String SPAN_KIND_TAG = "span.kind";
private static final String OPEN_API_PATH = "/q/openapi";
private static final String OPEN_API_OPERATION = "GET /openapi";
private static final String OPEN_API_OPERATION = "GET /q/openapi";
private static final String SWAGGER_UI_PATH = "/q/swagger-ui/";
private static final String SWAGGER_UI_OPERATION = "GET /swagger-ui";
private static final String SWAGGER_UI_OPERATION = "GET /q/swagger-ui";

@JaegerContainer(expectedLog = "\"Health Check state change\",\"status\":\"ready\"")
static final JaegerService jaeger = new JaegerService();
Expand Down

0 comments on commit 7211d6a

Please sign in to comment.