Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 1a6cb6d

Browse files
committed
update readme
1 parent f8ade17 commit 1a6cb6d

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ logs
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7+
.DS_Store
78

89
node_modules/
910

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
# Grafana Panel Plugin Template
2-
3-
[![Build](https://github.com/grafana/grafana-starter-panel/workflows/CI/badge.svg)](https://github.com/grafana/grafana-starter-panel/actions?query=workflow%3A%22CI%22)
4-
5-
This template is a starting point for building Grafana Panel Plugins in Grafana 7.0+
6-
7-
## What is Grafana Panel Plugin?
8-
9-
Panels are the building blocks of Grafana. They allow you to visualize data in different ways. While Grafana has several types of panels already built-in, you can also build your own panel, to add support for other visualizations.
10-
11-
For more information about panels, refer to the documentation on [Panels](https://grafana.com/docs/grafana/latest/features/panels/panels/)
12-
1+
# Pyroscope Grafana Panel Plugin
132
## Getting started
143

154
1. Install dependencies
@@ -35,10 +24,3 @@ For more information about panels, refer to the documentation on [Panels](https:
3524
```bash
3625
yarn build
3726
```
38-
39-
## Learn more
40-
41-
- [Build a panel plugin tutorial](https://grafana.com/tutorials/build-a-panel-plugin)
42-
- [Grafana documentation](https://grafana.com/docs/)
43-
- [Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
44-
- [Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)