Will APM java agent work for java serverless application?

Kibana version:

Elasticsearch version:

APM Server version:

APM Agent language and version: JAVA and 1.10

Browser version:

Original install method (e.g. download page, yum, deb, from source, etc.) and version:

Fresh install or upgraded from other version?

Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):

Steps to reproduce:
1.
2.
3.

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

The problem with serverless is that the VM may freeze at any point, even if not all events have been sent to APM Server.
If you are ok with potentially losing some events in these circumstances you can try it out. However, we also don't have auto-instrumentation support for AWS Lambda at the moment, so you'll need to use the Agent's public API or the OpenTracing API to manually create transactions.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.