grafana/public/app/plugins/datasource/stackdriver
Erik Sundell f384e577dd stackdriver: fix reducer names 2018-09-28 15:11:33 +02:00
..
img stackdriver: update logo 2018-09-14 09:39:16 +02:00
partials stackdriver: wip annotation support 2018-09-27 15:18:10 +02:00
specs stackdriver: broadcasting through $scope doesnt work anymore since query_filter_ctrl is now a sibling directive to query_aggregation_ctrl, so broadcasting is now done using $rootScope 2018-09-28 11:25:32 +02:00
README.md stackdriver: add simple readme 2018-09-14 09:38:16 +02:00
annotations_query_ctrl.ts stackdriver: set first metric as selected if no metric could be retrieved from the target 2018-09-27 15:42:01 +02:00
config_ctrl.ts stackdriver: ux for config page, docs updated 2018-09-14 09:39:16 +02:00
constants.ts stackdriver: fix reducer names 2018-09-28 15:11:33 +02:00
datasource.ts stackdriver: extract out filter, metric type directive 2018-09-27 14:31:39 +02:00
filter_segments.ts stackdriver: fix bug when multiple projects connected to service account 2018-09-24 10:17:06 +02:00
module.ts stackdriver: wip annotation support 2018-09-27 15:18:10 +02:00
plugin.json stackdriver: wip annotation support 2018-09-27 15:18:10 +02:00
query_aggregation_ctrl.ts stackdriver: broadcasting through $scope doesnt work anymore since query_filter_ctrl is now a sibling directive to query_aggregation_ctrl, so broadcasting is now done using $rootScope 2018-09-28 11:25:32 +02:00
query_ctrl.ts stackdriver: extract out filter, metric type directive 2018-09-27 14:31:39 +02:00
query_filter_ctrl.ts stackdriver: broadcasting through $scope doesnt work anymore since query_filter_ctrl is now a sibling directive to query_aggregation_ctrl, so broadcasting is now done using $rootScope 2018-09-28 11:25:32 +02:00

README.md

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/