From c288c1ef75b30db7d2fd8ddcd67b60ebcf0f9daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Br=C3=A4uer?= Date: Tue, 26 Mar 2024 07:06:51 +0100 Subject: [PATCH] Add description for plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Bräuer --- microsite/data/plugins/dynatrace-managed.yaml | 9 +++++---- microsite/data/plugins/dynatrace.yaml | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/microsite/data/plugins/dynatrace-managed.yaml b/microsite/data/plugins/dynatrace-managed.yaml index 94a2e423a6..08c6cff30f 100644 --- a/microsite/data/plugins/dynatrace-managed.yaml +++ b/microsite/data/plugins/dynatrace-managed.yaml @@ -1,9 +1,9 @@ --- -title: Dynatrace +title: Dynatrace for Managed author: Dynatrace authorUrl: https://github.com/dynatrace category: Monitoring -description: View monitoring info from Dynatrace for services in your software catalog. +description: View problem and synthetic information for services in your software catalog. documentation: https://github.com/backstage/backstage/tree/master/plugins/dynatrace iconUrl: /img/dynatrace.svg npmPackageName: '@backstage/plugin-dynatrace' @@ -11,5 +11,6 @@ tags: - monitoring - observability - alerting - - problems -addedDate: '2022-06-23' + - problem + - synthetic +addedDate: '2022-06-23' \ No newline at end of file diff --git a/microsite/data/plugins/dynatrace.yaml b/microsite/data/plugins/dynatrace.yaml index 94a2e423a6..bffb5e6ff0 100644 --- a/microsite/data/plugins/dynatrace.yaml +++ b/microsite/data/plugins/dynatrace.yaml @@ -3,13 +3,13 @@ title: Dynatrace author: Dynatrace authorUrl: https://github.com/dynatrace category: Monitoring -description: View monitoring info from Dynatrace for services in your software catalog. -documentation: https://github.com/backstage/backstage/tree/master/plugins/dynatrace +description: Provide customizable context-rich observability and security insights for services in your software catalog. +documentation: https://github.com/Dynatrace/backstage-plugin iconUrl: /img/dynatrace.svg -npmPackageName: '@backstage/plugin-dynatrace' +npmPackageName: '@dynatrace/backstage-plugin-dql' tags: - monitoring - observability - - alerting - - problems -addedDate: '2022-06-23' + - security + - problem +addedDate: '2024-03-22' \ No newline at end of file