File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docker/docker-compose-aspnetcore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 - path : /api/todo/items
1010expected :
1111 logs :
12- - logql : ' {service_name="aspnetcore"} |~ `Application started.`'
12+ - logql : ' { service_name="aspnetcore" } |~ `Application started.`'
1313 contains :
1414 - ' Application started'
1515 metrics :
@@ -50,15 +50,15 @@ expected:
5050 error.type : ' 500'
5151 http.request.method : GET
5252 http.response.status_code : ' 500'
53- - traceql : ' { span.http.route =~ "api/MsSql/ServerInfo"}'
53+ - traceql : ' { span.http.route =~ "api/MsSql/ServerInfo" }'
5454 spans :
5555 - name : ' master'
5656 attributes :
5757 db.system : mssql
5858 db.name : master
5959 db.statement : sp_server_info
6060 otel.library.name : OpenTelemetry.Instrumentation.SqlClient
61- - traceql : ' { span.http.route =~ "api/MsSql/Tables"}'
61+ - traceql : ' { span.http.route =~ "api/MsSql/Tables" }'
6262 spans :
6363 - name : ' master'
6464 attributes :
@@ -72,7 +72,7 @@ expected:
7272 db.statement : LPUSH
7373 db.system : redis
7474 net.peer.name : redis
75- - traceql : ' { span.http.route =~ "/ api/todo/items"}'
75+ - traceql : ' { span.http.route =~ "api/todo/items" }'
7676 spans :
7777 - name : ' main'
7878 attributes :
You can’t perform that action at this time.
0 commit comments