plugin-tools icon indicating copy to clipboard operation
plugin-tools copied to clipboard

Create Grafana plugins with ease.

Results 150 plugin-tools issues
Sort by recently updated
recently updated
newest added

**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...

create-plugin
minor
release

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/

type/docs

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:

stale

[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...

enhancement
stale

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_

type/docs

"Fetch data from frontend" topic should have app information split out. See comment: https://github.com/grafana/plugin-tools/pull/960#discussion_r1641109125

type/docs
stale

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` | [![age](https://developer.mend.io/api/mc/badges/age/npm/@grafana%2fscenes/5.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
patch
release

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/ ![image](https://github.com/user-attachments/assets/797cc21d-f0fb-41c5-87af-e590b862bfb3)

type/docs
no-changelog

**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...

create-plugin
patch
release

### Which package(s) does this bug affect? - [x] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor ### Package versions...

type/bug