stackdriver: some tweaks to the text on the config page and in docs

This commit is contained in:
Daniel Lee
2018-10-16 18:53:40 +02:00
committed by Erik Sundell
parent 6abbf5b3b8
commit 6e0728ad88
2 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
<div class="gf-form-group">
<div class="grafana-info-box">
<h4>Stackdriver Authentication</h4>
<p>There are two ways to authenticate the Stackdriver plugin - either by uploading a Google JWT file, or by
automatically retrieving credentials from Google metadata server. The latter option is only available
when running Grafana on GCE virtual machine.</p>
<p>There are two ways to authenticate the Stackdriver plugin - either by uploading a Service Account key file, or by
automatically retrieving credentials from the Google metadata server. The latter option is only available
when running Grafana on a GCE virtual machine.</p>
<h5>Uploading a JWT file</h5>
<h5>Uploading a Service Account Key File</h5>
<p>
First you need to create a Google Cloud Platform (GCP) Service Account for
the Project you want to show data for. A Grafana datasource integrates with one GCP Project. If you want to
@@ -20,8 +20,8 @@
<h5>GCE Default Service Account</h5>
<p>
If Grafana is running on a Google Compute Engine (GCE) virtual machine, it is possible for Grafana to
automatically retrieve default project id and authentication token from the metadata server. In order for this to
work, you need to make sure that you have a service account that is setup as default account for the virtual
automatically retrieve the default project id and authentication token from the metadata server. In order for this to
work, you need to make sure that you have a service account that is setup as the default account for the virtual
machine and that the service account has been given read access to the Stackdriver Monitoring API.
</p>
@@ -102,4 +102,4 @@
class="fa fa-save"></i> Do not forget to save your changes after uploading a file.</p>
<p class="gf-form-label" ng-show="ctrl.current.jsonData.authenticationType !== ctrl.defaultAuthenticationType"><i class="fa fa-save"></i>
Verify GCE default service account by clicking Save & Test</p>
Verify GCE default service account by clicking Save & Test</p>