Skip to content

Sending data to another collector #58

@bhaskarbanerjee

Description

@bhaskarbanerjee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions