plugin-tools
plugin-tools copied to clipboard
Create Grafana plugins with ease.
**What this PR does / why we need it**: ⚠️ This is WIP right now. ⚠️ This PR aims to introduce a way to scaffold a plugin from one of...
Follow up from https://github.com/grafana/grafana-plugin-sdk-go/pull/1006. Either extend https://grafana.com/developers/plugin-tools/create-a-plugin/extend-a-plugin/add-logs-metrics-traces-for-backend-plugins or either create a new page specifically for this topic. It would be similar to https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/configure-tracing/
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:
[To prevent Grafana 11 not running the `query` method](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/datasource/src/datasource.ts#L30) in the datasource scaffolded code and potentially confusing new developers to datasources, we should pre-populate the queryText field so it always...
we'll need to follow up to the read topic from #985 _Originally posted by @sympatheticmoose in https://github.com/grafana/plugin-tools/pull/976#discussion_r1660978912_
"Fetch data from frontend" topic should have app information split out. See comment: https://github.com/grafana/plugin-tools/pull/960#discussion_r1641109125
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@grafana/scenes](https://grafana.com/developers/scenes) ([source](https://redirect.github.com/grafana/scenes)) | `5.16.3` -> `5.18.2` | [](https://docs.renovatebot.com/merge-confidence/) |...
This guide is based on the following blog post: https://grafana.com/blog/2024/06/06/6-tips-to-improve-your-grafana-plugin-before-you-publish/ 
**What this PR does / why we need it**: This PR removes the exec working directory option in favour of passing an absolute path to prettier when writing files. It...
### Which package(s) does this bug affect? - [x] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor ### Package versions...