![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@get-dx/backstage-plugin
Advanced tools
DX Backstage frontend plugin to display DX data in your Backstage app.
Ensure your backstage services are annotated with the github.com/project-slug
annotation.
Ensure DX backend plugin is installed and working @get-dx/backstage-backend-plugin.
Install this plugin in your backstage frontend —
yarn --cwd packages/app add @get-dx/backstage-plugin
// packages/app/src/components/catalog/EntityPage.tsx
import { EntityDXDashboardContent } from '@get-dx/backstage-plugin';
const serviceEntityPage = (
<EntityLayout>
<EntityLayout.Route path="/dx" title="DX">
<EntityDXDashboardContent />
</EntityLayout.Route>
</EntityLayout>
)
See the Components section below for other components offered.
We export a few Dashboard pages, as well as the individual components that make up the dashboards so you can render them wherever you like.
They can be rendered on both Component
and Group
entity pages.
Component | Description |
---|---|
<EntityDXDashboardContent /> | Dashboard with all available DX Charts. |
<EntityDORAMetricsContent /> | Dashboard with all the DORA metric charts. |
<EntityChangeFailureRateCard /> | Line chart showing Change Failure Rate for the service. |
<EntityDeploymentFrequencyCard /> | Line chart showing Deployment Frequency for the service. |
<EntityOpenToDeployCard /> | Line chart showing Open to Deploy time for the service. |
<EntityTimeToRecoveryCard /> | Line chart showing Time to Recovery for the service. |
<EntityTopContributorsTable /> | Table showing top contributors by pull request count for the service. |
This plugin respects the same appId
configuration as the backend plugin to distinguish multiple instances of backstage within DX.
Can be any string as long as it's unique within your DX account.
# app-config.yaml
dx:
appId: staging
yarn install
and yarn start
will start a local dev server showing the UI of this component. See dev/index.tsx
for setup.
To see real data, link to a local backstage instance and use yalc
.
FAQs
Backstage plugin for DX! https://getdx.com
The npm package @get-dx/backstage-plugin receives a total of 78 weekly downloads. As such, @get-dx/backstage-plugin popularity was classified as not popular.
We found that @get-dx/backstage-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.