[maven-release-plugin]  copy for tag htrace-1.45
[maven-release-plugin] prepare release htrace-1.45
1 file changed
tree: dd70f0695eddf355a21029a71bf7bd0a85c2cd3f
  1. src/
  2. tools/
  3. .gitignore
  4. pom.xml
  5. README.md
README.md

HTrace

HTrace is a tracing framework intended for use with distributed systems written in java.

Testing Information

The test that creates a sample trace (TestHTrace) takes a command line argument telling it where to write span information. Run mvn test -DspanFile=“FILE_PATH” to write span information to FILE_PATH. If no file is specified, span information will be written to standard out. If span information is written to a file, you can use the included graphDrawer python script in tools/ to create a simple visualization of the trace.