Skip to content

Commit 721ddca

Browse files
Fix span name
Forgot to add the URL prefix after a refactor.
1 parent bc1ce12 commit 721ddca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose-aspnetcore/oats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ expected:
7272
db.statement: LPUSH
7373
db.system: redis
7474
net.peer.name: redis
75-
- traceql: '{ span.http.route =~ "/todo/items"}'
75+
- traceql: '{ span.http.route =~ "/api/todo/items"}'
7676
spans:
7777
- name: 'main'
7878
attributes:

0 commit comments

Comments
 (0)