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

Wrong characters in the agent's service name when fetching HTTP endpoints #1015

Closed
mariusoe opened this issue Feb 24, 2021 · 0 comments · Fixed by #1016
Closed

Wrong characters in the agent's service name when fetching HTTP endpoints #1015

mariusoe opened this issue Feb 24, 2021 · 0 comments · Fixed by #1016
Labels
area/agent bug Something isn't working

Comments

@mariusoe
Copy link
Member

When the agent is configured to use an HTTP endpoint for fetching its configuration, it sends a specific set of attributes in order to identify the agent. One of these attributes is the name of the agent (service-name).
The problem is, that the agent incorrectly adds $% to the end of this attribute.

E.g.: the agent uses the following URL encoded service-name in its default configuration: &service=InspectIT+Agent%24%25 (InspectIT Agent$%).
This leads to the problem, that the agent mapping will not work propperly due to the modified name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/agent bug Something isn't working
Projects
None yet
1 participant