@perses-dev/jaeger-plugin
v0.1.0-beta.1
Published
### How to install
Downloads
274
Readme
Jaeger Datasource Plugin
How to install
This plugin requires react and react-dom 18.
Install peer dependencies:
npm install react@18 react-dom@18Install the plugin:
npm install @perses-dev/jaeger-pluginDevelopment
Setup
Install dependencies:
npm installGet Started
Start the dev server:
npm run devBuild the plugin for distribution:
npm run build