zipkin-aws
zipkin-aws copied to clipboard
Reporters and collectors for use in Amazon's cloud
## Describe the Bug When we upgrade brave-propagation-aws 0.23.1 to 0.23.2, we encounter NullPointerException occurs on test using `@SpringBootTest` and `TestRestTemplate`. ## Steps to Reproduce Here is a minimal code...
_From @cemo on October 18, 2017 21:20_ I am in the process of customizing brave and putting into the production system but I came across a problem. Despite of creating...
I am using elasticsearch 7.10 image on aws. When I connect to elasticsearch I use the `openzipkin/zipkin-aws:0.23` image. and i get an error: ``` DEBUG 1 --- [orker-epoll-2-2] z.s.i.ZipkinHttpCollector :...
Hi Everyone! Last year Aws lambda released a new feature -> https://aws.amazon.com/es/blogs/aws/new-for-aws-lambda-container-image-support/ Now, Its support container like docker image inside a lambda , this is a great feature! because we...
No one has yet asked for this, but I played with [Amazon Keyspaces](https://aws.amazon.com/keyspaces) which seems a fork or emulation of Cassandra with some restricted features. In case it comes up,...
As the AWS SDK changed in V2 the existing SQS brave instrumentation needed to be updated to the latest API. This is mostly a copy of [SendMessageTracingRequestHandler](https://github.com/openzipkin/zipkin-aws/blob/master/brave-instrumentation/aws-java-sdk-sqs/src/main/java/brave/instrumentation/aws/sqs/SendMessageTracingRequestHandler.java) but with some...
The existing support for tracing via message attributes of an SQS message only appear to support the v1 API and it would be great to have v2 support, see https://github.com/openzipkin/zipkin-aws/tree/master/brave-instrumentation/aws-java-sdk-sqs...
At least SQS has message attributes we should consider now. Possibly other services do also. Ex "Currently, the only supported message system attribute is AWSTraceHeader. Its type must be String...
From @anuraaga on #171 cc @iamsouravin One high level note is origin can actually be inferred by other tags, if we were to actually populate them. The segment has an...