Cette page n'est pas encore disponible en français, sa traduction est en cours. Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Backstage is an open platform for building Developer Portals. This integration enables you to embed Datadog graphs and dashboards into your Backstage instance.
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/v1alpha1kind:Componentmetadata:name:sample-servicedescription:| A sample serviceannotations:datadoghq.com/dashboard-url:<DATADOGURL>