Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APM agent version constraints #14203

Open
up2neck opened this issue Sep 30, 2024 · 1 comment
Open

APM agent version constraints #14203

up2neck opened this issue Sep 30, 2024 · 1 comment

Comments

@up2neck
Copy link
Contributor

up2neck commented Sep 30, 2024

APM Server is handy tool, widely used in our team, but so far we've realized it lacks validation between APM integration installed in Fleet and APM agents which sends data (correct me if I'm wrong).

It would be nice to have a way to configure version constraints for APM agents to receive data by the APM Server. It will reduce amount of invalid requests made to Elasticsearch, for example mapping exception errors, due to up-to-date APM integration and old APM agent.

@axw
Copy link
Member

axw commented Oct 7, 2024

APM Server is responsible for translating data that it receives from agents into a format that is compatible with Elasticsearch, and generally speaking mapping exceptions should not be caused by upgrading an agent. If that is happening, then we are likely doing something wrong in APM Server.

Could you please share some specifics about errors you have seen when upgrading agents? i.e.

  • APM agent language & version (before & after upgrade)
  • APM Server version
  • Elasticsearch version
  • Error(s) observed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants