From 16dffc25966da5fab149b70ef6a3a9e656047957 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Tue, 14 May 2024 21:43:14 +0200 Subject: [PATCH] readme --- template/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Readme.md b/template/Readme.md index 7d6be77..650b9d8 100644 --- a/template/Readme.md +++ b/template/Readme.md @@ -324,7 +324,7 @@ so they can be created in a single update and can be re-created if any of them i |Dashboard|uptime|`monitor: {id: "foo:bar"}`| |Dashboard|alert_graph|`alert_id: "foo:bar"`| |Dashboard|slo|`slo_id: "foo:bar"`| -|Dashboard|timeseries|`query: -> { data_source: "slo", slo_id: "foo:bar" }`| +|Dashboard|timeseries|`queries: [{ data_source: "slo", slo_id: "foo:bar" }]`| |Monitor|composite|`query: -> { "%{foo:bar} && %{foo:baz}" }`| |Monitor|slo alert|`query: -> { "error_budget(\"%{foo:bar}\").over(\"7d\") > 123.0" }`| |Slo|monitor|`monitor_ids: -> ["foo:bar"]`|