grafana/public/app/plugins/datasource/cloud-monitoring
Chi-Hsuan Huang 546f569e0c
Chore: Enable eslint-plugin-react partial rules (#29428)
* Chore: Enable eslint react/display-name

Enable react/display-name and fixed the corresponding linting issue

part of: #29201

* Chore: Enable eslint react/no-deprecated

Enable react/no-deprecated and add the UNSAFE_ prefix for deprected methods

part of: #29201

* Chore: Enable eslint react/no-find-dom-node

Enable react/no-find-dom-node rule and use ref instead

part of: #29201

* Test: Update TeamGroupSync test snapshot

Since we added the displayName for ToolTip compontent and tag name is changed.

* Fix: Fixed ClickOutsideWrapper render

The props.children might contains numbers of nodes which make cloneElement failed. Change to simply use a div to wrapper
the children and assign the ref to div for this feature

* Style: Use shorthand method definition style for inline component

* Fix: Rebase master and fix linting

Rebase from master branch and fix new displayName linting warning
2020-12-01 16:19:52 +01:00
..
components Chore: Enable eslint-plugin-react partial rules (#29428) 2020-12-01 16:19:52 +01:00
dashboards Cloud monitoring: out-of-the-box dashboards (#27864) 2020-10-14 16:05:17 +03:00
img Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
partials Stackdriver: fix project name change regression (#27909) 2020-10-03 11:55:09 +02:00
specs Chore: Removes observableTester (#29369) 2020-11-26 10:32:02 +01:00
annotations_query_ctrl.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
api.test.ts CloudMonitoring: Support request cancellation properly (#28847) 2020-11-19 14:09:08 +01:00
api.ts CloudMonitoring: Support request cancellation properly (#28847) 2020-11-19 14:09:08 +01:00
CloudMonitoringMetricFindQuery.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
config_ctrl.ts Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
constants.ts Cloud monitoring: Add REDUCE_MEAN reducer for cumulative metrics (#28192) 2020-10-12 15:28:18 +03:00
datasource.ts CloudMonitoring: Support request cancellation properly (#28847) 2020-11-19 14:09:08 +01:00
functions.test.ts Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
functions.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
module.ts Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
plugin.json Cloud monitoring: out-of-the-box dashboards (#27864) 2020-10-14 16:05:17 +03:00
README.md Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
types.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
variables.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00

Google Cloud Monitoring Data Source - Native Plugin (formerly named Stackdriver)

Grafana ships with built-in support for Google Cloud Monitoring. You just have to add it as a data source and you will be ready to build dashboards for your Cloud Monitoring metrics.

Read more about it here:

https://grafana.com/docs/grafana/latest/features/datasources/cloudmonitoring/