aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
blob: c76c887bf9bce31850a413db29b66ac6a42b18ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--
	Please note: GitHub issues should only be used for feature requests and
	bug reports. For general usage/help/discussions, please refer to one of:

	- #prometheus on freenode
	- the Prometheus Users list: https://groups.google.com/forum/#!forum/prometheus-users

	Before filing a bug report, note that running node_exporter in Docker is
	not recommended, for the reasons detailed in the README:

	https://github.com/prometheus/node_exporter#using-docker

	Finally, also note that node_exporter is focused on *NIX kernels, and the
	WMI exporter should be used instead on Windows.

	For bug reports, please fill out the below fields and provide as much detail
	as possible about your issue.  For feature requests, you may omit the
	following template.
-->
### Host operating system: output of `uname -a`

### node_exporter version: output of `node_exporter --version`
<!-- If building from source, run `make` first. -->

### node_exporter command line flags
<!-- Please list all of the command line flags -->

### Are you running node_exporter in Docker?
<!-- Please note the warning above. -->

### What did you do that produced an error?

### What did you expect to see?

### What did you see instead?