Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 978 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 978 Bytes

Embrace Metric Grafana Plugin

Development Process

  1. Clone the repo
  2. Run yarn install
  3. Start container with podman-compose up
  4. Run yarn dev to start the dev server
  5. Run yarn server to serve up the plugin on localhost:3000

Submission Process

  1. Update package.json with new version
  2. 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
  1. 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