Skip to content

Commit 0fcf1d6

Browse files
Allow duplicate spans
Allow duplicate spans called `main` to account for database creation and then the query.
1 parent 20611f8 commit 0fcf1d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docker-compose-aspnetcore/oats.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ expected:
8080
- traceql: '{ span.http.route =~ "/api/todo/items/" }'
8181
spans:
8282
- name: 'main'
83+
allow-duplicates: true
8384
attributes:
8485
db.system: sqlite
8586
db.name: main

0 commit comments

Comments
 (0)