@perses-dev/tempo-plugin
v0.59.0
Published
This plugin supports Tempo v2.6.0 and later.
Downloads
2,924
Readme
Tempo Datasource Plugin
This plugin supports Tempo v2.6.0 and later.
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/tempo-pluginDevelopment
Setup
Install dependencies:
npm installGet Started
Start the dev server:
npm run devBuild the plugin for distribution:
npm run build