You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,13 @@ The Rootly plugin is a frontend plugin that displays Rootly services, incidents
12
12
- View and search a list of functionalities
13
13
- View and search a list of teams
14
14
- View and search a list of incidents
15
+
- View and search a list of catalog entities (with catalog selector)
15
16
16
-
- The `RootlyOverviewCard` component which produces a summary of your entity with incidents over last 30 days and ongoing incidents.
17
+
- The `RootlyOverviewCard` component which produces a summary of your entity with incidents over last 30 days and ongoing incidents. Also supports catalog entities with name, description, and properties display.
17
18
18
19
- The `RootlyIncidentsPage` component which produces a dedicated page within your entity with details about ongoing and past incidents.
19
20
20
-
You can link and import entities in rootly services through Backstage Web UI or through annotations.
21
+
You can link and import entities in rootly services, functionalities, teams, and catalog entities through Backstage Web UI or through annotations.
21
22
22
23
## Installation
23
24
@@ -103,6 +104,13 @@ rootly.com/team-slug: infrastucture # Use team-id or team-slug. Not both.
103
104
rootly.com/team-name: Infrastucture # Use team-id or team-slug. Not both.
104
105
rootly.com/team-slug: infrastucture # Use team-id or team-slug. Not both.
105
106
rootly.com/team-auto-import: enabled # This will auto import the entity as a rootly team if we don't find any.
107
+
rootly.com/catalog-entity-id: 7a328a08-6701-445e-a1ad-ca2fb913ed1e # Use catalog-entity-id or catalog-entity-slug. Not both.
108
+
rootly.com/catalog-entity-name: Enterprise
109
+
rootly.com/catalog-entity-slug: enterprise # Use catalog-entity-id or catalog-entity-slug. Not both.
110
+
rootly.com/catalog-entity-auto-import: enabled # This will auto import the entity as a rootly catalog entity if we don't find any.
111
+
rootly.com/catalog-id: 7a328a08-6701-445e-a1ad-ca2fb913ed1e # Required for auto-import. The catalog to create the entity in.
112
+
rootly.com/catalog-slug: customer-tier # Alternative to catalog-id. The catalog slug to find or create.
113
+
rootly.com/catalog-description: Customer pricing tiers # Optional. Description for the catalog when auto-creating.
0 commit comments