Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 2.15 KB

File metadata and controls

24 lines (17 loc) · 2.15 KB

Backstage — Scorecard

This workspace contains the Scorecard plugin and a Backstage example app. The frontend is available in two packages: app (New Frontend System / NFS) and app-legacy (legacy frontend).

Getting started

yarn install
  • app (NFS, default): Run yarn start to start the NFS app and backend. Open http://localhost:3000, then go to Catalog and open an entity to use the Scorecard tab.
  • app-legacy: Run yarn start:legacy to start the legacy frontend with the backend. Use the Scorecard tab on entity pages or the scorecard homepage card.

Notice: The guest user has admin permissions in this application for quick setup. For better control, specify more users and groups in app-config.local.yaml and define a separate admin/admins permission instead of using the guest user. Using the guest user as admin is not recommended for permission management.

Documentation

Topic Location
Aggregation KPIs (statusGrouped, weightedStatusScore), API, ownership plugins/scorecard-backend/docs/aggregation.md
Backend installation and RBAC, scorecard.aggregationKPIs examples plugins/scorecard-backend/README.md
Drill-down (entity list for a metric) plugins/scorecard-backend/docs/drill-down.md
Metric thresholds, annotations, weightedStatusScore KPI result colors plugins/scorecard-backend/docs/thresholds.md
Frontend (homepage cards, NFS) plugins/scorecard/README.md