New in 2.1-beta5: Prometheus monitoring

2017-02-06 Thread Andrew Wilkins
Hi folks, In the release notes there was an innocuous line about introspection endpoints added to the controller. What this really means is that you can now monitor Juju controllers with Prometheus. Juju controllers export metrics, including: - API requests (total number and latencies by

Re: Can't push to my own team

2017-02-06 Thread Tom Barber
Thanks Ryan Just tried it, same error. bugg@tom-laptop2:~/Projects/charms/builds/apache-solr$ charm whoami User: spicule Group membership: apachefoundation, apachesoftwarefoundation, charm-contributors, containers For whatever reason, it refuses to see the spicule team. On Tue, Feb 7, 2017

Re: Can't push to my own team

2017-02-06 Thread Ryan Beisner
Hi Tom, On a rare occasion, I've had to use a slightly larger hammer than logout/login, which is to remove (or rename) the following files: ~/.go-cookies ~/.local/share/juju/store-usso-token That should force a fresh re-auth. Cheers, Ryan On Mon, Feb 6, 2017 at 5:38 PM, Tom Barber

Re: juju-crashdump tool integration & its own repo

2017-02-06 Thread dann frazier
On Mon, Feb 6, 2017 at 8:00 AM, Cory Johns wrote: > A few months ago, Gregory announced the crashdump plugin to the list. [1] > It's a great tool for debugging charm failures, so we decided to integrate > it into Matrix [2] and the bundle for doing charm & bundle CI,

Re: Create Juju Charms from your browser!

2017-02-06 Thread Cory Johns
This is really cool! On Mon, Feb 6, 2017 at 6:34 AM, Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Answers in-line. > > 2017-02-06 6:36 GMT+01:00 Andrew Wilkins : >> >> >> Very cool, thanks for sharing. >> >> A few things which I think would make this

juju-crashdump tool integration & its own repo

2017-02-06 Thread Cory Johns
A few months ago, Gregory announced the crashdump plugin to the list. [1] It's a great tool for debugging charm failures, so we decided to integrate it into Matrix [2] and the bundle for doing charm & bundle CI, cwr-ci [3]. We also plan to integrate it into bundletester, so that all of our

Re: Create Juju Charms from your browser!

2017-02-06 Thread Merlijn Sebrechts
Answers in-line. 2017-02-06 6:36 GMT+01:00 Andrew Wilkins : > > > Very cool, thanks for sharing. > > A few things which I think would make this even better: > - integration with Ubuntu SSO (or GitHub OAuth, etc.) > This will probably be the most difficult task.