mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Google Cloud Monitor: Fix mem usage for dropdown Previously the Metric name dropdown would attempt to load _all_ the available metric names into the Select which would eventually crash the browser if the dataset was large enough. We can fix this by using AsyncSelect and making another query once a Service is selected _and_ the user types a few characters. * fix: update tests for AsyncSelect * fix lint * fix: add subset of metrics on initial load |
||
---|---|---|
.. | ||
__mocks__ | ||
components | ||
dashboards | ||
img | ||
specs | ||
annotationSupport.test.ts | ||
annotationSupport.ts | ||
CloudMonitoringMetricFindQuery.ts | ||
constants.ts | ||
datasource.test.ts | ||
datasource.ts | ||
functions.test.ts | ||
functions.ts | ||
module.ts | ||
plugin.json | ||
README.md | ||
tracking.ts | ||
types.ts | ||
variables.ts |
Google Cloud Monitoring data source - native plugin (formerly named Stackdriver)
Grafana ships with built in support for Google Cloud Monitoring. Simply add it as a data source and you are ready to build dashboards for your Cloud Monitoring metrics.
Read more about it here:
https://grafana.com/docs/grafana/latest/datasources/google-cloud-monitoring/