Backstage is an open platform for building Developer Portals. This integration enables you to embed Datadog graphs and dashboards into your Backstage instance.
- Install the Datadog plugin into Backstage:
cd packages/app
yarn add @roadiehq/backstage-plugin-datadog
- Add the Datadog plugin widget to your Backstage Overview tab. See the detailed instructions for more information.
- Find or create the public URL for your Datadog dashboard.
- Add the dashboard URL to the plugin's metadata:
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sample-service
description: |
A sample service
annotations:
datadoghq.com/dashboard-url: <DATADOGURL>
Open your Backstage instance Overview tab to confirm your Datadog dashboard or graph is rendered as expected.
The Backstage integration does not include any metrics.
The Backstage integration does not include any service checks.
The Backstage integration does not include any events.
Need help? Reach out to the Backstage Community.