[
https://issues.apache.org/jira/browse/HTRACE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263970#comment-14263970
]
Colin Patrick McCabe commented on HTRACE-49:
--------------------------------------------
Hey, looks like the htrace tool needs to be brought back into sync here.
{code}
cmccabe@keter:~/src/htrace/htrace-core/src/go> ./bin/htrace serverInfo
Error: got bad response status from http://0.0.0.0:9095/serverInfo: 404 Not
Found
{code}
It's still using the old URLs.
I added this to the latest patch for HTRACE-30 (the patch that adds support for
writing new spans to the server). Check it out.
> Make HTraced's urls more restful
> --------------------------------
>
> Key: HTRACE-49
> URL: https://issues.apache.org/jira/browse/HTRACE-49
> Project: HTrace
> Issue Type: Bug
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Attachments: HTRACE-49-0.patch, HTRACE-49-1.patch, HTRACE-49-2.patch
>
>
> Lets change the urls of HTraced to be more restful. Each url operates on a
> span.
> Get:
> /server/info
> /span/id
> /span/id/children
> Post:
> /span <<- Will be the write span.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)