File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/tracetesting/checkout-service Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OPENSEARCH_IMAGE=opensearchproject/opensearch:2.11.1
1313POSTGRES_IMAGE = postgres:16.1
1414PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.49.1
1515REDIS_IMAGE = redis:7.2-alpine
16- TRACETEST_IMAGE_VERSION = v0.14.5
16+ TRACETEST_IMAGE_VERSION = v0.15.8
1717TRACETEST_IMAGE = kubeshop/tracetest:${ TRACETEST_IMAGE_VERSION }
1818
1919# Demo Platform
Original file line number Diff line number Diff line change 4545 assertions :
4646 - attr:rpc.grpc.status_code = 0
4747 - name : It sends an order to be processed asyncronously
48- selector : span[tracetest.span.type="messaging" name="orders publish" messaging.system="kafka " messaging.destination.name="orders " messaging.destination.kind="topic " messaging.operation="publish"]
48+ selector : span[tracetest.span.type="messaging" name="orders publish" kind="producer " messaging.system="kafka " messaging.destination.name="orders " messaging.operation="publish"]
4949 assertions :
5050 - attr:messaging.destination.name = "orders"
You can’t perform that action at this time.
0 commit comments