Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aws Lambda Collectors #191

Open
jhonatanforero opened this issue Feb 3, 2021 · 3 comments
Open

Aws Lambda Collectors #191

jhonatanforero opened this issue Feb 3, 2021 · 3 comments
Assignees

Comments

@jhonatanforero
Copy link

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 can run a collector from an image docker inside a Lambda.

So, I know you have a collector with docker image , but if we can use that collector inside a lambda, you need to create a function handler -> https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html.

With that change, we can start a collector from a lambda with a cron -> https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents-expressions.html I mean this is for a lazy scenario. So your client (sqs or Kinesis) will work!.

And we can use zipkin-lens UI with Cloudfront + API GTW for invoke services from the collector. (I need to review the feasible).

This is a hit for serverless projects because we dont want a cluster of Containers in our infra only for tracing about Costs I mean.

Think about that!.

Regards.

@jcchavezs
Copy link
Contributor

Ping @anuraaga @devinsba @jorgheymans

@jhonatanforero
Copy link
Author

I will change the cron with this https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html (event source) It's better.

@jhonatanforero
Copy link
Author

Hi
@anuraaga @devinsba @jorgheymans

Any updates? what do you think about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants