From 2e6a713d25ea4606a78593d72af34940a6875ecf Mon Sep 17 00:00:00 2001 From: tmarszal Date: Fri, 24 Apr 2020 22:27:58 +0200 Subject: [PATCH] Docs: Add version note about Stackdriver SLO queries (#23844) Ref #22917 Co-authored-by: Marcus Efraimsson --- docs/sources/features/datasources/stackdriver.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/features/datasources/stackdriver.md b/docs/sources/features/datasources/stackdriver.md index e4b8b62d519..c32d9a28b07 100755 --- a/docs/sources/features/datasources/stackdriver.md +++ b/docs/sources/features/datasources/stackdriver.md @@ -186,6 +186,8 @@ Example Result: `gce_instance - compute.googleapis.com/instance/cpu/usage_time` ### SLO (Service Level Objective) queries +> Only available in Grafana v7.0+ + {{< docs-imagebox img="/img/docs/v70/slo-query-builder.png" max-width= "400px" class="docs-image--right" >}} The SLO query builder in the Stackdriver data source allows you to display SLO data in time series format. To get an understanding of the basic concepts in service monitoring, please refer to Google Stackdriver's [official docs](https://cloud.google.com/monitoring/service-monitoring).