diff --git a/content/en/blog/2024/new-otel-features-envoy-istio/index.md b/content/en/blog/2024/new-otel-features-envoy-istio/index.md index bc94ca7c3c3e..7c030b4140e9 100644 --- a/content/en/blog/2024/new-otel-features-envoy-istio/index.md +++ b/content/en/blog/2024/new-otel-features-envoy-istio/index.md @@ -182,7 +182,7 @@ And finally, we configure the `OTEL_RESOURCE_ATTRIBUTES` environment variable for the Envoy proxies: ```shell -cat <.*" +kubectl exec "$(kubectl get pod -l app=ratings -o jsonpath='{.items[0].metadata.name}')" -c ratings -- curl -sS productpage:9080/productpage | grep -o ".*" ``` Then you can check it out on the Jaeger UI -- you should see some traces!