You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2014/04/28 19:36:24 UTC

[jira] [Resolved] (MESOS-1253) Make HTTP endpoint browsable

     [ https://issues.apache.org/jira/browse/MESOS-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler resolved MESOS-1253.
------------------------------------

    Resolution: Fixed

I'm inclined to close this out as fixed since we provide browsing and help information via /help:

{noformat: title=Explore available endpoints}
http://host:port/help
http://host:port/help/metrics
{noformat}

{noformat: title=View "help" information for an endpoint}
http://host:port/help/metrics/snapshot
{noformat}

I'm not sure we could support the proposed technique since removing the suffix is not a general solution to this problem.

> Make HTTP endpoint browsable
> ----------------------------
>
>                 Key: MESOS-1253
>                 URL: https://issues.apache.org/jira/browse/MESOS-1253
>             Project: Mesos
>          Issue Type: Bug
>          Components: statistics
>            Reporter: Tobias Weingartner
>            Priority: Minor
>
> A number of the paths in the master/slave do not have index pages, making the ability to browse and cut the URL path down harder.  For example, if you're looking at:
> {noformat}
> http://host:port/metrics/snapshot
> {noformat}
> And decided to see what other options there are for metrics, it's not easy to get that by just "cutting" out the last URL path part.



--
This message was sent by Atlassian JIRA
(v6.2#6252)