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

Grouping the performance matrix per application instead per VM #788

Closed
1 of 4 tasks
zone1511 opened this issue Feb 2, 2018 · 3 comments
Closed
1 of 4 tasks

Grouping the performance matrix per application instead per VM #788

zone1511 opened this issue Feb 2, 2018 · 3 comments
Assignees
Labels
backend OAP backend related. question End user question and discussion.

Comments

@zone1511
Copy link

zone1511 commented Feb 2, 2018

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

Is it possible to let the agent return per application's performance matrix instead per VM? For example I have J2ee container and multiple application has been deployed.

@wu-sheng wu-sheng self-assigned this Feb 2, 2018
@wu-sheng wu-sheng added the question End user question and discussion. label Feb 2, 2018
@wu-sheng wu-sheng added this to the 5.0.0-alpha milestone Feb 2, 2018
@wu-sheng
Copy link
Member

wu-sheng commented Feb 2, 2018

@zone1511 I think that will be hard, because of following reasons:

  1. JVM/server metrics are only related to VM, Sorry.
  2. Application topology map based on this application, instead of VM-level application, will make people hard to understand, and more complex. Also, we are facing to move Docker based arch, right? It is not popular to deploy more than one application in a container, even not popular in Cloud or VM based env.
  3. This requirement ask a change to our core, in order to allow two application context existed.
  4. We need to rename application to config + /webroot, causes more config for end users.

So, in technical way, it is possible. But I would say easy.

Do you think it is worth to do so?

@zone1511
Copy link
Author

zone1511 commented Feb 2, 2018 via email

@wu-sheng
Copy link
Member

wu-sheng commented Feb 2, 2018

One challenge I can think of is how to identify two figure comes from two application. For j2ee. Class loader is a good way to identify but if the class is loaded from parent class loader then it is complicated. Anyway. Just brain storm the possibility.

I think you didn't need this complex way to identify the web application. You can use the web-root detection to find out the application's web root path. Then, when you have a transaction, you can know the application based the url prefix.

@wu-sheng wu-sheng added the backend OAP backend related. label Feb 8, 2018
@wu-sheng wu-sheng removed this from the 5.0.0-alpha milestone Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend OAP backend related. question End user question and discussion.
Projects
None yet
Development

No branches or pull requests

2 participants