Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Contributing Guide Updates #239

Merged
merged 1 commit into from
Jun 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,47 @@ Grafana](https://github.com/grafana/grafana/blob/master/CODE_OF_CONDUCT.md). To
help us create a safe and positive community experience for all, we require all
participants to adhere to it.

## Plugin Scope
## Version Support

We strive to only support the latest and last major Grafana versions - currently
6 and 7.

## Feature Support

**Grafonnet only aims to support core features and plugins.**

In terms of plugins, this means only those that are pre-installed:

* Alert List
* Azure Monitor
* Bar gauge
* CloudWatch
* Dashboard list
* Elasticsearch
* Gauge
* Graph
* Graphite
* Heatmap
* InfluxDB
* Jaeger
* Logs
* Loki
* Microsoft SQL Server
* MySQL
* News
* OpenTSDB
* Plugin list
* PostgreSQL
* Prometheus
* Singlestat
* Stackdriver
* Stat
* Table
* Table (old)
* TestData DB
* Text
* Zipkin

While Grafonnet itself only supports core Grafana functionality, we strongly
encourage development and use of community Grafonnet extensions. See the
[Community Plugins](https://grafana.github.io/grafonnet-lib/community-plugins/)
Expand Down