'How do I map http_path in zipkin to AWS XRay request URL

I send my traces to Zipkin and I can tell I am setting the HTTP Path enter image description here

But it does not map to XRay's Request URL.
enter image description here

Where can I do the mapping?

I am using the following images as per my answer on integrating Spring Cloud Sleuth with Amazon X-Ray

  • amazon/aws-xray-daemon:latest
  • ghcr.io/openzipkin/zipkin-aws:latest

Looking through the code, I am using HttpTracing from ZipKin brave libraries I am presuming that's what it is using to populate the data.

Digging around some more there seems to be an openzipkin/zipkin-aws#58 which sort of describes the issue



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source