From ad9ff7194bdbe3c74a48c6b6bf75723df5ced853 Mon Sep 17 00:00:00 2001 From: Isaiah Thiessen Date: Mon, 15 Aug 2022 10:38:37 -0700 Subject: [PATCH] fix: update docs for changes to synthetics annotation Signed-off-by: Isaiah Thiessen --- plugins/dynatrace/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynatrace/README.md b/plugins/dynatrace/README.md index 2f5d30b88a..8ed72ebb5d 100644 --- a/plugins/dynatrace/README.md +++ b/plugins/dynatrace/README.md @@ -62,11 +62,11 @@ To show recent results from a Synthetic Monitor, add the following annotation to # [...] metadata: annotations: - dynatrace.com/dynatrace-synthetics-ids: SYNTHETIC_ID, SYNTHETIC_ID_2, ... + dynatrace.com/synthetics-ids: SYNTHETIC_ID, SYNTHETIC_ID_2, ... # [...] ``` -The annotation can also contain a comma separated list of Synthetic Ids to surface details for multiple monitors! +The annotation can also contain a comma or space separated list of Synthetic Ids to surface details for multiple monitors! The `SYNTHETIC_ID` can be found in Dynatrace by browsing to the Synthetic monitor. It will be located in the browser address bar in the resource path - `https://example.dynatrace.com/ui/http-monitor/HTTP_CHECK-1234` for an Http check, or `https://example.dynatrace.com/ui/browser-monitor/SYNTHETIC_TEST-1234` for a browser clickpath.