You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add new data source request template (grafana#86912)
* chore: add new data source request template
* Update 6-data_source_request.yaml
Add placeholder text for Use case field
* Update .github/ISSUE_TEMPLATE/6-data_source_request.yaml
Co-authored-by: Mitch Seaman <[email protected]>
---------
Co-authored-by: Mitch Seaman <[email protected]>
description: Raise a request for a new data source plugin
4
+
title: "[New Data Source]: <name-of-service>"
5
+
labels:
6
+
- area/datasource,type/new-plugin-request
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
Thank you for requesting a new data source plugin!
12
+
13
+
We greatly appreciate feedback from our community about which new data sources would be beneficial.
14
+
15
+
Grafana Labs regularly reviews these requests and uses them to inform our prioritization. Note: we cannot offer any guarantees on whether we or our community will build a given data source.
16
+
17
+
Please check our [roadmap](https://github.com/orgs/grafana/projects/619?pane=info) for existing requests and subscribe to stay informed of our plans. If no request exists, please fill out the following information.
18
+
- type: textarea
19
+
id: background
20
+
attributes:
21
+
label: Background
22
+
description: Tell us about the service you would like to see integrated as a data source
23
+
placeholder: ACME_DB is an open source time-series database that is used by many organizations to store their metrics data. It is a popular choice for monitoring and observability.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
id: use_case
28
+
attributes:
29
+
label: Use case
30
+
description: Describe any key requirements or data you would need surfaced, ideally including why they are useful for you.
31
+
placeholder: My team uses ACME_DB as the application database to monitor our produciton workloads, so we'd like to alert on it and visualize ACME_DB data next to our logs and traces in Grafana.
32
+
validations:
33
+
required: true
34
+
- type: checkboxes
35
+
attributes:
36
+
label: Contribution
37
+
description: If you are interested in creating the data source yourself and contributing to the [plugin catalog](https://grafana.com/grafana/plugins/), please fill in the following
38
+
options:
39
+
- label: Are you looking to create the plugin?
40
+
- label: Are you affiliated with the project/product the data source integrates with?
41
+
- label: Does the plugin integrate with a commercial product?
0 commit comments