diff --git a/publish/opentracing.php b/publish/opentracing.php index c81dfa7..b5ed872 100644 --- a/publish/opentracing.php +++ b/publish/opentracing.php @@ -81,15 +81,15 @@ 'stack_trace' => 'exception.stack_trace', ], 'request' => [ - 'path' => 'request.path', - 'method' => 'request.method', + 'path' => 'http.route', + 'method' => 'http.request.method', 'header' => 'request.header', ], 'coroutine' => [ 'id' => 'coroutine.id', ], 'response' => [ - 'status_code' => 'response.status_code', + 'status_code' => 'http.response.status_code', ], ], ];