mchr3k / org.intrace

Java tracing agent and live trace client
http://mchr3k.github.com/org.intrace/
73 stars 18 forks source link

Feature request: multi-user support #16

Closed eostermueller closed 12 years ago

eostermueller commented 12 years ago

We need to enhance InTrace so that all people (developers, analysts, testers, etc..) submitting requests to a single test server can view all trace activity.

Use case: Developer1 and Developer2 both deploy their finished code to a single server. A Business Analyst and a QA tester both need to review the newly completed code.

All of these four people have InTrace GUI running on their desktops at the same time throughout the business day while exercising and testing the new code.

mchr3k commented 12 years ago

This should already be supported. You can already connect multiple InTrace UI instances to the same agent. I haven't done much testing of this but the code should have been written to broadcast any settings changes which are made.

mchr3k commented 12 years ago

I am closing this now. Please raise a new issue if any specific cases don't work.