Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent status should show a full traceback for errors #329

Closed
conorbranagan opened this issue Jan 7, 2013 · 3 comments
Closed

Agent status should show a full traceback for errors #329

conorbranagan opened this issue Jan 7, 2013 · 3 comments
Assignees

Comments

@conorbranagan
Copy link
Member

Seems like this would be useful for debugging on our end instead of seeing an error like:

Example case, if someone has an error like this in their status:

 tomcat
    ------
      - instance #0 [ERROR]: ValueError('No JSON object could be decoded',)
      - Collected 0 metrics & 0 events

they would still have to turn on debug_mode to actually figure out where the error is coming from.

thoughts @clutchski?

@olidb2
Copy link
Member

olidb2 commented Jan 8, 2013

+1 for full traceback, but only with a -v option
(so the overall status page remains uncluttered, while stating clearly "run
with -v for full tracebacks")

On Mon, Jan 7, 2013 at 2:07 PM, Conor Branagan notifications@github.comwrote:

Seems like this would be useful for debugging on our end instead of seeing
an error like:

Example case, if someone has an error like this in their status:

tomcat
------
- instance #0 [ERROR]: ValueError('No JSON object could be decoded',)
- Collected 0 metrics & 0 events

they would still have to turn on debug_mode to actually figure out where
the error is coming from.

thoughts @clutchski https://github.com/clutchski?


Reply to this email directly or view it on GitHubhttps://github.com//issues/329.

@conorbranagan
Copy link
Member Author

@pcockwell You can take this one if you're looking for something to work on.

@ghost ghost assigned pcockwell Jan 9, 2013
@pcockwell
Copy link
Contributor

I'll see what I can do.

pcockwell added a commit that referenced this issue Jan 10, 2013
pcockwell added a commit that referenced this issue Jan 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants