docs: add api report
Signed-off-by: Isaiah Thiessen <isaiah.thiessen@telus.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-dynatrace': minor
|
||||
---
|
||||
|
||||
Adds dynatrace plugin
|
||||
Adds Dynatrace plugin
|
||||
|
||||
@@ -6,7 +6,7 @@ category: Monitoring
|
||||
description: View monitoring info from dynatrace for services in your software catalog.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/dynatrace
|
||||
iconUrl: img/dynatrace.svg
|
||||
npmPackageName: "@backstage/backstage-plugin-dynatrace"
|
||||
npmPackageName: "@backstage/plugin-dynatrace"
|
||||
tags:
|
||||
- dynatrace
|
||||
- monitoring
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
## API Report File for "@backstage/plugin-dynatrace"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "dynatracePlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const dynatracePlugin: BackstagePlugin<
|
||||
{
|
||||
root: RouteRef<undefined>;
|
||||
},
|
||||
{}
|
||||
>;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "DynatraceTab" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const DynatraceTab: () => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "isDynatraceAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const isDynatraceAvailable: (entity: Entity) => boolean;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
Reference in New Issue
Block a user