-
### Expected Behavior
When processing Amazon CloudWatch Logs using an AWS Lambda function subscription, the logs are forwarded to the function. By using an envelope, customers can quickly access the …
-
Hello, We are running xray daemon as a side car for our fargate application. When there are no traces from application for some time , daemon logs an error message as 'Got shutdown signal: terminated'…
-
### Describe the bug
The property of Compute Environment > LaunchTemplateSpecification > Version is set by the module `aws-batch` as Default. But when I update the launch template with CDK. The modul…
-
This sample is linked from the [AWS documentation](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-nodejs-awssdkclients.html) so it should be updated to demonstrate the usage of the new vers…
-
Started seeing these:
```#
-
Using sdk version 2.4.2
```
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(requ…
-
*To help us debug your issue fill in the basic information below using the options provided*
*Serverless Java Container version*: `2.0.1`
*Implementations:* `/ Spring Boot3 /`
*Framework vers…
-
When disabling the XRay API using global_sdk_config. I'm still getting errors when using the Async pattern.
I've created the following script to demonstrate the bug:
```
import asyncio
import …
-
2023-06-01T20:14:16Z [Info] Initializing AWS X-Ray daemon 3.3.7
2023-06-01T20:14:16Z [Debug] Listening on UDP xray-daemon:2000
2023-06-01T20:14:16Z [Info] Using buffer memory limit of 78 MB
2023-06…
-
I'm trying to generate consistent Trace ID's across lambda invocations (in and event streaming platform).
However, I'm getting and error when calling static `FromString` method.
```
import *…