Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
apiserver: add /introspection/... endpoints #6913
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit ec1ad2f
into
juju:2.1
Feb 3, 2017
added a commit
that referenced
this pull request
Feb 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 3, 2017
Description of change
Expose the introspection socket endpoints under
the "/introspection/" prefix in the API server.
Only users with controller superuser access, or
read access to the controller model, may access
these endpoints.
QA steps
juju gui --show-credentials)$ sudo snap install prometheus $ sudo bash -c "juju controller-config ca-cert | tail -n +2 | sed 's/^\s*//' > /var/snap/prometheus/current/juju.ca" $ sudo vim /var/snap/prometheus/current/prometheus.yml, add the following scrape config:Documentation changes
We should add web documentation on how to set up Prometheus, as described above.