0.1.33 • Published 1 year ago

@backstage/plugin-periskop v0.1.33

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

periskop

Periskop is a pull-based, language agnostic exception aggregator for microservice environments.

periskop-logo

Periskop aggregated errors

The Periskop Backstage Plugin exposes a component named EntityPeriskopErrorsCard. Each of the entries in the table will direct you to the error details in your deployed Periskop instance location.

periskop-errors-card

Setup

  1. Configure the periskop backend plugin

  2. Install the plugin by running:

# From your Backstage root directory
cd packages/app
yarn add @backstage/plugin-periskop
  1. Add to the app EntityPage component:
// In packages/app/src/components/catalog/EntityPage.tsx
import { EntityPeriskopErrorsCard } from '@backstage/plugin-periskop';

const componentPage = (
  <EntityLayout>
    {/* other tabs... */}
    <EntityLayout.Route path="/periskop" title="Periskop">
      <Grid container spacing={3} alignItems="stretch">
        <Grid item xs={12} sm={12} md={12}>
          <EntityPeriskopErrorsCard />
        </Grid>
      </Grid>
    </EntityLayout.Route>
  1. Setup the app-config.yaml periskop block

  2. Annotate entities with the periskop service name

annotations:
  periskop.io/service-name: '<THE NAME OF THE PERISKOP APP>'
  1. Run app with yarn start and navigate to /periskop or a catalog entity 'Periskop' tab

Instances

The periskop plugin can be configured to fetch aggregated errors from multiple deployment instances.
This is especially useful if you have a multi-zone deployment, or a federated setup and would like to drill deeper into a single instance of the federation. Each of the configured instances will be included in the plugin's UI via a dropdown on the errors table.

The plugin requires to configure at least one Periskop API location in the app-config.yaml:

periskop:
  instances:
    - name: <name of the instance>
      url: <HTTP/S url for the Periskop instance's API>
0.1.33

1 year ago

0.1.32

1 year ago

0.1.32-next.1

1 year ago

0.1.32-next.0

1 year ago

0.1.31

1 year ago

0.1.30

1 year ago

0.1.29

1 year ago

0.1.29-next.2

1 year ago

0.1.29-next.1

1 year ago

0.1.29-next.0

1 year ago

0.1.28

1 year ago

0.1.28-next.3

1 year ago

0.1.28-next.2

1 year ago

0.1.28-next.1

1 year ago

0.1.28-next.0

1 year ago

0.1.27

1 year ago

0.1.27-next.2

1 year ago

0.1.27-next.1

1 year ago

0.1.27-next.0

1 year ago

0.1.26

1 year ago

0.1.26-next.3

2 years ago

0.1.26-next.2

2 years ago

0.1.26-next.1

2 years ago

0.1.18-next.2

2 years ago

0.1.18-next.1

2 years ago

0.1.19-next.0

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.19-next.2

2 years ago

0.1.19-next.1

2 years ago

0.1.23-next.2

2 years ago

0.1.23-next.1

2 years ago

0.1.23-next.0

2 years ago

0.1.21-next.0

2 years ago

0.1.22-next.2

2 years ago

0.1.22-next.1

2 years ago

0.1.22-next.3

2 years ago

0.1.26-next.0

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.18-next.0

2 years ago

0.1.17-next.2

2 years ago

0.1.17-next.3

2 years ago

0.1.17

2 years ago

0.1.16-next.2

2 years ago

0.1.16-next.1

2 years ago

0.1.17-next.1

2 years ago

0.1.17-next.0

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.16-next.0

2 years ago

0.1.15-next.3

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15-next.2

2 years ago

0.1.15-next.1

2 years ago

0.1.15-next.0

2 years ago

0.1.14-next.2

2 years ago

0.1.14-next.1

2 years ago

0.1.14-next.0

2 years ago

0.1.13-next.0

2 years ago

0.1.13-next.1

2 years ago

0.1.13-next.2

2 years ago

0.1.12

2 years ago

0.1.12-next.1

2 years ago

0.1.12-next.2

2 years ago

0.1.10-next.3

3 years ago

0.1.10-next.2

3 years ago

0.1.10-next.1

3 years ago

0.1.10-next.0

3 years ago

0.1.10-next.4

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12-next.0

2 years ago

0.1.9-next.0

3 years ago

0.1.9-next.1

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.8-next.2

3 years ago

0.1.8-next.1

3 years ago

0.1.8-next.0

3 years ago

0.1.7-next.2

3 years ago

0.1.7-next.0

3 years ago

0.1.7-next.1

3 years ago

0.1.7

3 years ago

0.1.5-next.2

3 years ago

0.1.5-next.3

3 years ago

0.1.5-next.0

3 years ago

0.1.5-next.1

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.6-next.1

3 years ago

0.1.4-next.0

3 years ago

0.1.4-next.1

3 years ago

0.1.6-next.0

3 years ago

0.1.3-next.2

3 years ago

0.1.3-next.1

3 years ago

0.1.3-next.0

3 years ago

0.1.3

3 years ago

0.1.2-next.1

3 years ago

0.1.2-next.0

3 years ago

0.1.0-next.0

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago