From 921de9d70f6715d646a7e1f6cb4aa447f2728f28 Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Tue, 7 Apr 2026 19:54:34 -0500 Subject: [PATCH 1/2] Add Backstage catalog-info.yaml Registers this repo in the Invoca Backstage catalog. --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000000..1d513161117 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: prometheus + title: prometheus + description: "The Prometheus monitoring system and time series database." + tags: + - go + annotations: + backstage.io/source-location: url:https://github.com/Invoca/prometheus/ + github.com/project-slug: Invoca/prometheus + buildkite.com/project-slug: invoca/prometheus +spec: + type: tool + lifecycle: production + owner: sre-core + # system: TODO — see https://github.com/Invoca/backstage-catalog From 2e242f15917b158f4386d962d62da861bccfec0a Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Thu, 9 Apr 2026 12:15:33 -0500 Subject: [PATCH 2/2] Add system: platform-observability to catalog-info.yaml --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 1d513161117..cc5d90dc704 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -14,4 +14,4 @@ spec: type: tool lifecycle: production owner: sre-core - # system: TODO — see https://github.com/Invoca/backstage-catalog + system: platform-observability