You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Zameer Manji (JIRA)" <ji...@apache.org> on 2015/02/19 01:18:12 UTC

[jira] [Created] (AURORA-1133) Thermos Observer does not export stats via /vars

Zameer Manji created AURORA-1133:
------------------------------------

             Summary: Thermos Observer does not export stats via /vars
                 Key: AURORA-1133
                 URL: https://issues.apache.org/jira/browse/AURORA-1133
             Project: Aurora
          Issue Type: Bug
            Reporter: Zameer Manji


The observer should be exporting executor stats via vars but this fails on Vagrant.
{noformat}
vagrant@aurora:~$ curl localhost:1338/vars

    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html>
        <head>
            <title>Error: 404 Not Found</title>
            <style type="text/css">
              html {background-color: #eee; font-family: sans;}
              body {background-color: #fff; border: 1px solid #ddd;
                    padding: 15px; margin: 15px;}
              pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
            </style>
        </head>
        <body>
            <h1>Error: 404 Not Found</h1>
            <p>Sorry, the requested URL <tt>&#039;http://localhost:1338/vars&#039;</tt>
               caused an error:</p>
            <pre>Not found: &#039;/vars&#039;</pre>
        </body>
    </html>
{noformat}

I don't see any code that should be doing this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)