We have another example thanks to <@U02H0KUJFH7>. ...
# guide
j
We have another example thanks to @manitej. Here’s how to use Datadog to monitor the Lambda functions in your SST app. https://serverless-stack.com/examples/how-to-use-datadog-to-monitor-your-serverless-app.html It comes with a sample repo: https://github.com/serverless-stack/serverless-stack/tree/master/examples/datadog That you can try by running:
t
Very helpful!
Def feel a little blind with all these functions running in the cloud!
Does this work with nextjs site?
f
hmm.. it won’t work. Datadog adds a Lambda layer to the functions, and layers aren’t supported by Lambda@Edge functions.
s
is Datadog a good option for monitoring a serverless stack? as opposed to just using CloudWatch?
j
I think @thdxr played with it?
t
I don't like any of the solutions but I was happiest with datadog
f
I think most monitoring services offers 3 things: • feeding in ur CW and X-Ray data and shows them in a pretty UI • get notified on error • wrapping around ur code and shows a more detailed cpu/memory/duration breakdown (at a performance hit i assume?)