-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Same Application with different server type should be selectable separately. #214
Comments
The application list is now generates additional applications for each service type registered under the same application name.
The server map is displayed correctly when selecting between the same applications with different agent types. The scatter chart data (both filtered and non-filtered) however does not include the agent type when querying, thus displaying all of the traces regardless of their agent type. |
The application list is now generates additional applications for each service type registered under the same application name.
Indexed trace data do not contain service type, so there is currently no way to filter the scatter chart by agent type. We could make it work but it would require too much change and even break compatibility with the data already stored. Situations such as above should not occur in normal operation as different applications should not share the same application name and agent id. |
The application list is now generates additional applications for each service type registered under the same application name.
change how the application list is generated - #214
The application selector in the Web UI displays only one selectable choice for application name even if they may have different service types.
Since the server map is rendered and grouped by application name and service type, application name selector should work the same way.
Additionally, this should solve an issue where if an agent changed its agent ID + service type while maintaining the same application name, the application selector would not reflect this change.
The text was updated successfully, but these errors were encountered: