Skip to content

Commit 64eb66e

Browse files
Update trace test sem conv (#1394)
1 parent 59e0528 commit 64eb66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OPENSEARCH_IMAGE=opensearchproject/opensearch:2.11.1
1313
POSTGRES_IMAGE=postgres:16.1
1414
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.49.1
1515
REDIS_IMAGE=redis:7.2-alpine
16-
TRACETEST_IMAGE_VERSION=v0.14.5
16+
TRACETEST_IMAGE_VERSION=v0.15.8
1717
TRACETEST_IMAGE=kubeshop/tracetest:${TRACETEST_IMAGE_VERSION}
1818

1919
# Demo Platform

test/tracetesting/checkout-service/place-order.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ spec:
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"

0 commit comments

Comments
 (0)