So I need to design an Elasticsearch for collecting APM metrics, but most of my applications is batch processing application. Does Elastic APM can be integrate and collect APM metrics to my application?
Hi Kevin, What type of batch processing your are doing? like Is it something batch process on any database? Most of the cases APM should pick batch process traces. If you've very rare processing, then you can use custom traces to capture that.
It is a Python application that perform job in interval of 10 minute to generate a pdf file
You can try capturing custom span before and after of batch processing.