-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
# Name of the project | ||
name: x | ||
description: ORY-specific go-libraries | ||
# Specifies the directory of the docs | ||
annotations: | ||
backstage.io/techdocs-ref: dir:. | ||
|
||
# TODO: Please set the service tier manually, | ||
# See notion page for more info: https://www.notion.so/montaapp/Service-Tiers-035d974e192d496a962f409bc0808a53?pvs=4 | ||
labels: | ||
tier: '3' | ||
|
||
# These links are just examples, set them to what you think is the most relevant. | ||
links: | ||
# Slack channel to write in for communicating with the resposible team. | ||
- title: Team Slack Channel | ||
url: https://monta-app01.slack.com/archives/C04JANZMTQV # TODO: Please set manually | ||
type: Slack | ||
icon: chat | ||
# Page in notion documenting the purpose and function of the service | ||
- title: Notion | ||
url: | ||
https://www.notion.so/montaapp/Framework-Micronaut-2ae59cfc3a9c4261bb14e1194c80bd45?pvs=4 # TODO: Please set manually | ||
type: Notion | ||
icon: docs | ||
# Link to the most relevant grafana dashboard, i recommend a "4 golden signals" dashboard | ||
- url: | ||
https://grafana.monta.app/d/e6faee93-c3b3-4b0d-a5e9-e236ee37903c/sre-monitor-1?orgId=1&refresh=1m # TODO: Please set manually | ||
title: Grafana | ||
icon: dashboard | ||
type: metrics-dashboard | ||
|
||
# The spec defines who becomes the owner of the system in backstage | ||
spec: | ||
type: undefined | ||
# See lifecycle common values: https://backstage.io/docs/features/software-catalog/descriptor-format/#speclifecycle-required | ||
lifecycle: undefined # TODO: Please set manually | ||
# Name of the squad responsible for the project, e.g. sre or cpi | ||
owner: Platform Services | ||
# Name of the greater system, e.g. "solar" is a part of the home system | ||
system: Platform |