-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Question -
I am trying to use this opensource and send data to another collector.
I am assuming that does not require the prerequisite of connecting my aws account with Baselime.
I have built the layer using scripts/publish.sh and created a layer out of that.
I have attached the layer to my lambda and am setting up the following ENV vars
AWS_LAMBDA_EXEC_WRAPPER /opt/baselime
BASELIME_ACTUAL_HANDLER app.handler
BASELIME_API_KEY 0123456789 (a ficticious key)
COLLECTOR_URL my_collector_url:port
OTEL_LOG_LEVEL DEBUG
My lamnbda's logs show no errors but the collectior doesn't receive any data either. Additionally, I do not see any console out from this layer. Seeking your suggestions on how to proceed with this.
My lambda handler is also set to app.handler.