grafana/public/app/plugins/datasource/cloud-monitoring
Dimitris Sotirakis 554055e39d
Convert annotations to dataframes (#31400)
* Stop using transformation to tables

* Update datasource.ts to parse from dataframes

* Add test on transformToDataframe func

* Remove parseResponse and do the work inside parseToAnnotations method

* Name the dataframe after the RefID

* Small fix when mapping to annotation

* Add tests in annotation_query_test.go class

* Small fix in loop iteration

* Change for loop signature
2021-02-25 18:29:17 +02:00
..
components Chore: Replace native select with grafana ui select (#31030) 2021-02-10 08:50:47 +01:00
dashboards Cloud Monitoring: Add curated dashboards for the most popular GCP services (#29930) 2021-01-20 08:42:00 +01:00
img Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
partials Added "curated dashboards" information and broke down, rearranged topics. (#30659) 2021-01-28 17:09:26 -05:00
specs Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +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 increase page size and make sure the cache supports query params (#30892) 2021-02-04 11:22:20 +01:00
api.ts increase page size and make sure the cache supports query params (#30892) 2021-02-04 11:22:20 +01:00
CloudMonitoringMetricFindQuery.ts CloudMonitoring: Prevent resource type variable function from crashing (#30901) 2021-02-09 09:44:12 +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: Convert datasource to use Dataframes (#29830) 2021-01-14 14:16:20 +01:00
datasource.ts Convert annotations to dataframes (#31400) 2021-02-25 18:29:17 +02:00
functions.test.ts Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
functions.ts Chore: Replace native select with grafana ui select (#31030) 2021-02-10 08:50:47 +01:00
module.ts Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
plugin.json Cloud Monitoring: Add curated dashboards for the most popular GCP services (#29930) 2021-01-20 08:42:00 +01:00
README.md Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
types.ts Chore: Replace native select with grafana ui select (#31030) 2021-02-10 08:50:47 +01:00
variables.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +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/