From 11c45002f8947707d19a14ba62202e040dd2a61e Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 12 Sep 2018 09:08:08 +0200 Subject: [PATCH] stackdriver: add simple readme --- public/app/plugins/datasource/stackdriver/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/app/plugins/datasource/stackdriver/README.md diff --git a/public/app/plugins/datasource/stackdriver/README.md b/public/app/plugins/datasource/stackdriver/README.md new file mode 100644 index 00000000000..25c459d6907 --- /dev/null +++ b/public/app/plugins/datasource/stackdriver/README.md @@ -0,0 +1,7 @@ +# Stackdriver Datasource - Native Plugin + +Grafana ships with built-in support for Google Stackdriver. You just have to add it as a datasource and you will be ready to build dashboards for your Stackdriver metrics. + +Read more about it here: + +[http://docs.grafana.org/datasources/stackdriver/](http://docs.grafana.org/datasources/stackdriver/)