diff --git a/public/app/plugins/datasource/stackdriver/config_ctrl.ts b/public/app/plugins/datasource/stackdriver/config_ctrl.ts index 9649a8772e9..e74659536c8 100644 --- a/public/app/plugins/datasource/stackdriver/config_ctrl.ts +++ b/public/app/plugins/datasource/stackdriver/config_ctrl.ts @@ -20,7 +20,7 @@ export class StackdriverConfigCtrl { this.current.secureJsonFields = this.current.secureJsonFields || {}; this.authenticationTypes = [ { key: this.defaultAuthenticationType, value: 'Google JWT File' }, - { key: 'gce', value: 'Use GCE default Authentication' }, + { key: 'gce', value: 'GCE Default Service Account' }, ]; } diff --git a/public/app/plugins/datasource/stackdriver/partials/config.html b/public/app/plugins/datasource/stackdriver/partials/config.html index da8c9896348..80158538a6e 100644 --- a/public/app/plugins/datasource/stackdriver/partials/config.html +++ b/public/app/plugins/datasource/stackdriver/partials/config.html @@ -34,7 +34,7 @@
-

Service Account Authentication

+

Authentication

Upload your Service Account key file or paste in the contents of the file. The file contents will be encrypted and saved in the Grafana database.
@@ -102,4 +102,4 @@ class="fa fa-save"> Do not forget to save your changes after uploading a file.

- Verify GCE automatic authentication by clicking Save & Test

\ No newline at end of file + Verify GCE default service account by clicking Save & Test

\ No newline at end of file