Skip to content

Commit

Permalink
chore(backstage): Add a backstage catalog info file (#367)
Browse files Browse the repository at this point in the history
Adds an entrypoint for Backstage so that our internal instance can render the project.
  • Loading branch information
Pokom authored Nov 20, 2024
1 parent a2ec302 commit 9800bc3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cloudcost-exporter
title: Cloudcost Exporter
annotations:
github.com/project-slug: grafana/cloudcost-exporter
links:
- title: Community Slack Channel
url: https://grafana.slack.com/archives/C064EMEB4E6
- title: Internal Slack Channel
url: https://raintank-corp.slack.com/archives/C067MGQ98AW
description: |
Prometheus Exporter for Cloud Provider agnostic cost metrics
spec:
type: service
owner: group:default/platform-monitoring
lifecycle: production

0 comments on commit 9800bc3

Please sign in to comment.