This message was deleted.
# support
s
This message was deleted.
a
do you deploy a nextJs app to vercel?
by serverless you mean AWS lambda or something else?
j
yes, nextjs deployed on vercel. serverless meaning vercel runs aws lambda under the hood but it's a black box as there's not many options for configuration
s
AWS Lambda has native support for OpenTelemetry https://github.com/open-telemetry/opentelemetry-lambda. Although I heard that it adds some extra latency for cold start. Maybe you should give it a try.
p
@Jacky Chen if you are just looking for application metrics and traces, the link shared by Ankit should help you get started. You can just send data from your nextJs application to SigNoz instance
s
Also if it wasn't clear, the extension can be used to send telemetry to any backend (including SigNoz).