grafana/public/app/plugins/datasource/cloud-monitoring
Erik Sundell 5042dc3b52
CloudMonitoring: Add support for preprocessing (#33011)
* add support for handling preprocessors in the backend

* add preprocessor tests

* use uppercase for constants

* add super label component

* remove error message from query editor since its not working (probably cause onDataError doesnt work anymore)

* use cheat sheet instead of help

* add return type annotation for projects

* add support for preprocessing. replace segment comp with select. change components names and refactoring

* cleanup

* more pr feedback

* fix annotations editor

* rename aggregation component

* fix broken test

* remove unnecessary cast

* fix strict errors

* fix more strict errors

* remove not used prop

* update docs

* use same inline label for annotation editor

* fix react prop warning

* disable preprocessing for distribution types

* using new default values for reducer

* auto select 'rate' if metric kind is not gauge

* fix create label format

* pr feedback

* more pr feedback

* update images
2021-05-19 08:16:05 +02:00
..
components CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
dashboards Alerting: Load annotations from rule into State cache (#33542) 2021-04-30 20:23:12 +02:00
img Stackdriver: Rename Stackdriver to Google Cloud Monitoring (#25807) 2020-06-30 18:47:13 +03:00
partials CloudMonitoring: Migrate config editor from angular to react (#33645) 2021-05-10 14:51:19 +02:00
specs Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
annotations_query_ctrl.ts CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02: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: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
constants.ts CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
datasource.ts CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
functions.test.ts CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
functions.ts CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
module.ts CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02: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 CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02: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/