- Clone the repo
- Run
yarn install
- Start container with
podman-compose up
- Run
yarn dev
to start the dev server - Run
yarn server
to serve up the plugin on localhost:3000
- Update package.json with new version
- Create and publish new release: https://github.com/embrace-io/grafana-metric-plugin/releases
- When the build finishes there will be .zip and md5.txt artifacts attached to the release
- On Plugins page, click "Submit plugin updade" and provide the following for the submission update:
- Plugin URL:
https://github.com/embrace-io/grafana-metric-plugin/releases/download/<version>/embraceio-metric-app-<version>.zip
(copy link address from Release page) - MD5:
https://github.com/embrace-io/grafana-metric-plugin/releases/download/<version>/md5.txt
- Source code: https://github.com/embrace-io/grafana-metric-plugin