APM JavaScript Agent linking with backend

Hi,
I successfully integrated APM JavaScript agent in one of our test applications based on Ionic framework.
That test application is connected to backend microservices, which are also producing logs and are collected via filebeat to ES.

My question is, what is the common or best practice to pair logs from apm agent and from backend microservices ?

User name or id are not an option.

Best regards,
Gregor

1 Like

Hi Gregor

The process currently depends on your stack. What programing language are your backend microservices written in?

Best,
Thomas

All microservices are written in Java and all context information are logged and collected with filebeat to ES.

Best regards,
Gregor

I've created an issue for that: https://github.com/elastic/apm-agent-java/issues/149

Should be fairly simple to expose these IDs

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