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

(Draft) Add a note about a problem running builds on Apple silicon to Get Started topic; add a second example to the Mage description. Fixes https://github.com/grafana/plugin-tools/issues/1012

type/docs
no-changelog

Migrates and reworks the RBAC guide for app plugins from https://github.com/grafana/grafana-plugin-examples/tree/main/examples/app-with-rbac Fixes #988 **Special notes for your reviewer**: Please do not merge until Grafana 11.2.0 release.

type/docs
no-changelog

### Which areas does this feature request relate to - [X] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor -...

enhancement

**What this PR does / why we need it**: Wip - part of the PoC for bundling plugin types. To bundle plugin types we need a way to treeshake and...

enhancement

### Which areas does this feature request relate to - [ ] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor...

type/docs

[Comment](https://github.com/grafana/plugin-tools/pull/993/files#r1677442802) from JackW: There is a mismatch between amd and arm64 and the docker container which we should likely put a note about here. Previously we forced amd in the...

type/docs

when using toHaveAlert the linter reports await has no effect but it is an async function that requires alert ![image](https://github.com/user-attachments/assets/c2ed78b8-bacd-46bd-8566-df8d1a44e828) https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/src/matchers/toHaveAlert.ts#L7

plugin-e2e

Update https://grafana.com/developers/plugin-tools/how-to-guides/data-source-plugins/add-logs-metrics-traces-for-backend-plugins regarding automatic instrumentation changes in https://github.com/grafana/grafana-plugin-sdk-go/pull/1028

enhancement

**What this PR does / why we need it**: Document how to profile a backend plugin. **Which issue(s) this PR fixes**: Closes #958 Related to https://github.com/grafana/grafana/pull/90048 and https://github.com/grafana/grafana-plugin-sdk-go/pull/1025 **Special notes...

type/docs
no-changelog

**What this PR does / why we need it**: Maybe useful in the context of how-to guides as distinguishes categories from items **Which issue(s) this PR fixes**: Fixes # **Special...