Releases: mac-lucky/pushward-grafana-plugin
Release list
v0.5.0
Delivery counters now work, and the dashboard that could never show them is gone.
- Delivery counters (alerts received, activities created, pushes sent, errors) show on the Overview page with no setup. They were previously registered in a way the plugin SDK never exported, so nothing surfaced them.
- The same counters are exported in Prometheus format at
/metrics/plugins/pushward-alerts-appif you want to keep history across restarts. Optional; nothing in the plugin depends on it. - Removed the bundled
PushWard Deliverydashboard. Its panels needed a Prometheus scrape job against Grafana's own metrics endpoint, so it showed "No data" out of the box. The Overview page replaces it.
If you are upgrading and previously imported the bundled dashboard, Grafana leaves the imported copy behind. Delete it from Dashboards, or with DELETE /api/dashboards/uid/pushward-delivery.
Install
This build is unsigned. Set allow_loading_unsigned_plugins = pushward-alerts-app in grafana.ini, or GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=pushward-alerts-app. See DISTRIBUTION.md.
Full Changelog: v0.4.0...v0.5.0
v0.3.0
This Github draft release has been created for your plugin.
Note: if this is the first release for your plugin please consult the distributing-your-plugin section of the README
If you would like to submit this release to Grafana please consider the following steps:
- Check the Validate plugin step in the release workflow for any warnings that need attention
- Edit this draft release, adjust these notes accordingly and click Publish Release
- Navigate to https://grafana.com/auth/sign-in/ to sign into your account
- Once logged in click My Plugins in the admin navigation
- Click the Submit Plugin button
- Fill in the Plugin Submission form:
- Paste this .zip asset link in the Plugin URL field
- Paste this .zip.sha1 link in the SHA1 field
If the links above are not working, you must first edit this draft release and publish it.
false
What's Changed
- chore(ci): bump actions/checkout from 6 to 7 by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: v0.2.0...v0.3.0