Closed srprash closed 3 weeks ago
The trivy image scan failure causing CI to fail is due to this issue: https://github.com/aquasecurity/trivy-action/issues/389 No fix from trivy yet. A suggested workaround is to pull the db image from AWS ECR but I haven't tried it.
Had to override the checks and merge due to trivy scan issue mentioned above.
Description of changes:
Adding a new
SpanExporter
that can export spans to a configurable endpoint over UDP.T1S
orT1U
(depending on sampled), and finally appended to the{"format":"json","version":1}\n
string before being exported to the endpoint, default is127.0.0.1:2000
.Testing:
Wrote a test to create and export a real span via X-Ray Daemon running locally.
Unit test
Observed trace data in X-Ray service
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.