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

add throttle_state to tracking #2878

Merged

Commits on Nov 6, 2018

  1. add throttle_state to tracking

    - weave the throttle_state through pi_support and tracking. This should come in handy to see how many throttled Pis are out there, as well as if it is correllated with canceled prints.
    - upgraded disclosure of tracking information so it shows as INFO-level in the logs and all the information is dumped. If tracking.octoprint.org gets it, I should have it too :)
    tedder committed Nov 6, 2018
    Copy the full SHA
    c1482ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. PR feedback: throttle state and uuid

    - add a way to get the raw value only from throttle state (glad I already plumbed it into the object!)
    - add warning about not sending uuid, modify the log entry too
    tedder committed Nov 8, 2018
    Copy the full SHA
    76f48b3 View commit details
    Browse the repository at this point in the history
  2. fix test, match dict

    tedder committed Nov 8, 2018
    Copy the full SHA
    98c84b6 View commit details
    Browse the repository at this point in the history