@@ -8,13 +8,9 @@
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "XcmetricsPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const XcmetricsPage: () => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "xcmetricsPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const xcmetricsPlugin: BackstagePlugin<
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@ import {
|
||||
import { xcmetricsApiRef, XcmetricsClient } from './api';
|
||||
import { rootRouteRef } from './routes';
|
||||
|
||||
/** @public */
|
||||
export const xcmetricsPlugin = createPlugin({
|
||||
id: 'xcmetrics',
|
||||
routes: {
|
||||
@@ -40,6 +41,7 @@ export const xcmetricsPlugin = createPlugin({
|
||||
],
|
||||
});
|
||||
|
||||
/** @public */
|
||||
export const XcmetricsPage = xcmetricsPlugin.provide(
|
||||
createRoutableExtension({
|
||||
name: 'XcmetricsPage',
|
||||
|
||||
@@ -238,7 +238,6 @@ const ALLOW_WARNINGS = [
|
||||
'plugins/splunk-on-call',
|
||||
'plugins/tech-radar',
|
||||
'plugins/user-settings',
|
||||
'plugins/xcmetrics',
|
||||
];
|
||||
|
||||
async function resolvePackagePath(
|
||||
|
||||
Reference in New Issue
Block a user