Menu
Choose a product
Scroll for more
Grafana Cloud
Service Center Backstage integration
Users of Backstage can continuously import their Backstage catalog to populate Service Center data in Grafana Cloud.
This integration allows you to import your defined services and correlate to resources in Grafana IRM and SLO.
Quick Start Guide
Follow the quick start guide to test this plugin with a new Backstage install. The instructions should carry over to your production install.
Install a new backstage instance
To create a backstage instance and install this plugin for local development, run the following:
> BACKSTAGE_APP_NAME=backstage-testing npx @backstage/create-app@latest
> cd backstage-testing
> git clone https://github.com/grafana/backstage-plugin-grafana-catalog.git plugins/catalog-backend-module-grafana-servicemodel
> sed -i 's/"name": "@grafana\/catalog-backend-module-grafana-servicemodel",/"name": "@internal\/catalog-backend-module-grafana-servicemodel",/' plugins/catalog-backend-module-grafana-servicemodel/package.json
> yarn --cwd packages/backend add @internal/catalog-backend-module-grafana-servicemodeladd this line to packages/backend/src/index.ts:
backend.add(import('@internal/catalog-backend-module-grafana-servicemodel'));Then to run:
> LOG_LEVEL=debug yarn devIf you want to run against the k8s cluster in your default context:
> LOG_LEVEL=debug DEV_MODE=true yarn devWas this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Intro to Kubernetes monitoring in Grafana Cloud
In this webinar you’ll learn how Grafana offers developers and SREs a simple and quick-to-value solution for monitoring their Kubernetes infrastructure.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.