This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use @pyroscope/panel-plugin (#6)
* chore: use @pyroscope/panel-plugin
- Loading branch information
Showing
20 changed files
with
1,824 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ e2e-results/ | |
# Editors | ||
.idea | ||
|
||
src/flamegraphComponent.js | ||
pyroscope | ||
dist.zip | ||
plugin-validator | ||
|
||
cypress/videos |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# Pyroscope Grafana Panel Plugin | ||
|
||
# Usage | ||
For more info see [pyroscope-panel plugin for Grafana | Grafana Labs](https://grafana.com/grafana/plugins/pyroscope-panel/) | ||
or [pyroscope/grafana-plugin/panel at main · pyroscope-io/pyroscope](https://github.com/pyroscope-io/pyroscope/tree/main/grafana-plugin/panel) | ||
or the source code [pyroscope/packages/pyroscope-panel-plugin at main · pyroscope-io/pyroscope](https://github.com/pyroscope-io/pyroscope/tree/main/packages/pyroscope-panel-plugin) | ||
|
||
|
||
# Raison d'etre | ||
The actual plugin development happens in the [main repo](https://github.com/pyroscope-io/pyroscope/tree/main/packages/pyroscope-panel-plugin). | ||
|
||
This repository is a simple wrapper around the `@pyroscope/panel-plugin` library. | ||
It simply packages it, signs it and make a github release. | ||
It does this for a couple reasons: | ||
* So that we control the actual plugin release (since `@pyroscope/panel-plugin` release is automated) | ||
* So that it's cleaner for users (The main repo releases refer to the pyroscope binary itself) | ||
|
||
# Releasing new versions | ||
1. Update the `UPSTREAM_BRANCH` in `build-panel.sh` | ||
2. Update CHANGELOG.md | ||
3. Bump the version in `package.json` | ||
4. Merge to the main branch. | ||
1. Update the `@pyroscope/panel-plugin` dependency | ||
2. Open a Pull Request and merge it | ||
3. Submit the new plugin version in Grafana Cloud (https://grafana.com/docs/grafana/latest/developers/plugins/package-a-plugin/#maintain-your-plugin) | ||
|
Oops, something went wrong.