Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana-cloud/alerting-and-irm/service-center/services.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana-cloud/alerting-and-irm/service-center/services/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
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


