mchr3k / org.intrace

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

Class name length is restricted. #24

Closed qsaxffo closed 12 years ago

qsaxffo commented 12 years ago

Hi,

First things first, thanks for this wonderful tool. We have an issue to use this tool more effectively. The reason for this is the class name for instrument has length restriction of 50 characters. In other words any class which has length more than 50 is not accepted. Due to this limitation, our instrumentation becomes slow and we need to search a lot to get our results.

Hence, if you can increase the number of characters to 100 it would help us a lot.

Thanks Qsaxffo

mchr3k commented 12 years ago

This sounds fairly easy to fix - I'll try and find some time to do this soon. Please let me know if you have any other positive/negative feedback. I'm always keen to hear from anyone who finds my tools useful.

mchr3k commented 12 years ago

This is fixed in the latest release.