0.2.19 • Published 18 days ago

@backstage/plugin-firehydrant v0.2.19

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
18 days ago

FireHydrant Plugin

Overview

The FireHydrant plugin brings incident management to Backstage, and it displays service incidents information such as active incidents and incident analytics. There are also quick action links that let you create and view incidents in FireHydrant.

Features

  • View total active incidents for a service declared in FireHydrant
  • Quick links to the top 5 most recent active incidents in FireHydrant
  • View incident metrics for a given service within the last 30 days, including: healthiness, total time impacted, total number of incidents, and MTT (Mean Time To ) data such as MTTD (detect), MTTA (acknowledge), MTTM (mitigate) and MTTR (resolve).

Setup

  1. Install the plugin:
# From your Backstage root directory
cd packages/app
yarn add @backstage/plugin-firehydrant
  1. Add the plugin to EntityPage.tsx, inside the const overviewContent's parent <Grid> component:
// In packages/app/src/components/catalog/EntityPage.tsx
import { FirehydrantCard } from '@backstage/plugin-firehydrant';

// Add to code as a grid item
<Grid item md={6}>
  <FirehydrantCard />
</Grid>;
  1. Add proxy configuration to app-config.yaml:
proxy:
  '/firehydrant/api':
    target: 'https://api.firehydrant.io/v1/'
    changeOrigin: true
    headers:
      # Supply the token you generated from https://app.firehydrant.io/organizations/bots
      Authorization: Bearer ${FIREHYDRANT_BOT_TOKEN}

Note: if you are not using environment variables, you can directly type the API Bot Token into app-config.yaml:

proxy:
'/firehydrant/api':
  target: 'https://api.firehydrant.io/v1/'
  changeOrigin: true
  headers:
    # Supply the token you generated from https://app.firehydrant.io/organizations/bots
    Authorization: Bearer fhb-e4911b22bcd788c4a4afeb0c111ffbfa
0.2.19

21 days ago

0.2.18

23 days ago

0.2.18-next.1

1 month ago

0.2.18-next.0

1 month ago

0.2.17

1 month ago

0.2.16

2 months ago

0.2.15

2 months ago

0.2.15-next.2

2 months ago

0.2.15-next.1

2 months ago

0.2.15-next.0

2 months ago

0.2.14

3 months ago

0.2.14-next.3

3 months ago

0.2.14-next.2

3 months ago

0.2.14-next.1

3 months ago

0.2.14-next.0

4 months ago

0.2.13

4 months ago

0.2.13-next.2

4 months ago

0.2.13-next.1

4 months ago

0.2.13-next.0

5 months ago

0.2.12

5 months ago

0.2.12-next.3

5 months ago

0.2.12-next.2

5 months ago

0.2.12-next.1

5 months ago

0.2.5-next.0

10 months ago

0.2.5-next.2

9 months ago

0.2.5-next.1

9 months ago

0.2.9-next.1

7 months ago

0.2.9-next.2

7 months ago

0.2.9-next.0

8 months ago

0.2.4-next.2

10 months ago

0.2.4-next.1

10 months ago

0.2.10-next.2

6 months ago

0.2.10-next.1

6 months ago

0.2.10-next.0

7 months ago

0.2.8-next.1

8 months ago

0.2.8-next.3

8 months ago

0.2.8-next.2

8 months ago

0.2.7-next.0

9 months ago

0.2.11

6 months ago

0.2.10

6 months ago

0.2.12-next.0

6 months ago

0.2.7

9 months ago

0.2.6

9 months ago

0.2.9

7 months ago

0.2.8

8 months ago

0.2.5

9 months ago

0.2.4

10 months ago

0.2.4-next.0

11 months ago

0.2.3-next.2

11 months ago

0.2.3-next.3

11 months ago

0.2.3

11 months ago

0.2.3-next.1

12 months ago

0.2.3-next.0

12 months ago

0.2.2-next.2

1 year ago

0.2.2-next.1

1 year ago

0.2.2

12 months ago

0.2.1-next.3

1 year ago

0.2.2-next.0

1 year ago

0.2.1

1 year ago

0.2.1-next.1

1 year ago

0.2.1-next.2

1 year ago

0.2.1-next.0

1 year ago

0.1.33-next.0

1 year ago

0.1.33-next.2

1 year ago

0.1.33-next.1

1 year ago

0.1.32

1 year ago

0.2.0

1 year ago

0.1.32-next.0

1 year ago

0.1.32-next.1

1 year ago

0.1.32-next.2

1 year ago

0.1.31-next.2

1 year ago

0.1.31-next.1

1 year ago

0.1.31

1 year ago

0.1.29-next.4

1 year ago

0.1.29-next.0

1 year ago

0.1.29-next.1

1 year ago

0.1.29-next.2

1 year ago

0.1.29-next.3

1 year ago

0.1.31-next.0

1 year ago

0.1.28-next.0

2 years ago

0.1.28-next.1

2 years ago

0.1.30

1 year ago

0.1.27

2 years ago

0.1.28

1 year ago

0.1.29

1 year ago

0.1.27-next.2

2 years ago

0.1.27-next.1

2 years ago

0.1.27-next.0

2 years ago

0.1.26-next.0

2 years ago

0.1.26-next.1

2 years ago

0.1.26-next.2

2 years ago

0.1.26-next.3

2 years ago

0.1.26

2 years ago

0.1.24-next.3

2 years ago

0.1.24-next.1

2 years ago

0.1.24-next.2

2 years ago

0.1.24-next.0

2 years ago

0.1.25-next.1

2 years ago

0.1.25-next.0

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.23-next.1

2 years ago

0.1.23-next.0

2 years ago

0.1.22

2 years ago

0.1.22-next.1

2 years ago

0.1.22-next.0

2 years ago

0.1.21-next.0

2 years ago

0.1.21-next.1

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.19

2 years ago

0.1.19-next.0

2 years ago

0.1.18

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.14-next.0

2 years ago

0.1.9

2 years ago

0.1.15-next.0

2 years ago

0.1.13-next.0

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.8

2 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago