Sean Busbey created HTRACE-317:
----------------------------------
Summary: Docs for adding tracing to an application are incorrect
Key: HTRACE-317
URL: https://issues.apache.org/jira/browse/HTRACE-317
Project: HTrace
Issue Type: Bug
Components: docs
Affects Versions: 4.0.1
Reporter: Sean Busbey
Priority: Critical
The docs for adding tracing state:
{code}
Span computationSpan = tracer.newScope("Expensive computation.");
try {
//expensive computation here
} finally {
computationSpan.stop();
}
{code}
the {{tracer.newScope}} method returns a TraceScope object. That object has a
{{close}} method, not {{stop}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)