Roch Devost

Results 372 comments of Roch Devost

I'm no AWS expert, but I found the following 2 articles that seem to describe sending logs from AWS to Datadog and should apply to Beanstalk as well: https://docs.datadoghq.com/logs/guide/send-aws-services-logs-with-the-datadog-lambda-function/?tab=awsconsole https://aws.amazon.com/blogs/apn/how-to-automate-centralized-logging-and-integrate-with-datadog/

The best place to ask this is probably in the `#logs` channel of our [public Slack](https://chat.datadoghq.com/) since engineers from the Logs team will be able to answer directly.

@mariuszbeltowski You should be able to use either the [Datadog Forwarder](https://docs.datadoghq.com/serverless/guide/datadog_forwarder_node/) or the newer [Datadog Extension](https://docs.datadoghq.com/serverless/installation/nodejs/) depending on your configuration.

This is not currently supported by our APM so unfortunately this is not something that can work with either dd-trace nor dd-opentelemetry-exporter at the moment. We are however exploring our...

Thanks for the clarification. This is definitely not supported right now, and the way we usually work around this is to have one consumer span per message instead of for...

This is still on our roadmap but we're not actively working on it. What is your use case for using ES modules?

@provstevi Can you clarify what the issue is when _not_ using `import`? When using `require` everything should work out of the box. What is not tagged automatically? (assuming here that...

@provstevi Gotcha, thanks for the clarification! I expected an all or nothing situation, not individual plugins working and other not working. Definitely something we'll be looking into at some point....

We're working on a plan right now to support ESM soon. Since ESM in Node only supports a single loader hook, it's a bit complicated because it means we need...

> I think this information should includes somewhere in the doc. We're still working on the functionality which is still in experimental stage, but we'll definitely add it to the...