File tree 2 files changed +2
-2
lines changed
test/tracetesting/checkout-service
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
13
13
POSTGRES_IMAGE = postgres:16.1
14
14
PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.49.1
15
15
REDIS_IMAGE = redis:7.2-alpine
16
- TRACETEST_IMAGE_VERSION = v0.14.5
16
+ TRACETEST_IMAGE_VERSION = v0.15.8
17
17
TRACETEST_IMAGE = kubeshop/tracetest:${ TRACETEST_IMAGE_VERSION }
18
18
19
19
# Demo Platform
Original file line number Diff line number Diff line change 45
45
assertions :
46
46
- attr:rpc.grpc.status_code = 0
47
47
- 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"]
49
49
assertions :
50
50
- attr:messaging.destination.name = "orders"
You can’t perform that action at this time.
0 commit comments