mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-22 06:59:23 +00:00
add vendoring with go dep
This commit is contained in:
56
vendor/github.com/influxdata/influxdb/.github/ISSUE_TEMPLATE.md
generated
vendored
Normal file
56
vendor/github.com/influxdata/influxdb/.github/ISSUE_TEMPLATE.md
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
### Directions
|
||||
_GitHub Issues are reserved for actionable bug reports and feature requests._
|
||||
_General questions should be sent to the [InfluxDB Community Site](https://community.influxdata.com)._
|
||||
|
||||
_Before opening an issue, search for similar bug reports or feature requests on GitHub Issues._
|
||||
_If no similar issue can be found, fill out either the "Bug Report" or the "Feature Request" section below.
|
||||
_Erase the other section and everything on and above this line._
|
||||
|
||||
### Bug report
|
||||
|
||||
__System info:__ [Include InfluxDB version, operating system name, and other relevant details]
|
||||
|
||||
__Steps to reproduce:__
|
||||
|
||||
1. [First Step]
|
||||
2. [Second Step]
|
||||
3. [and so on...]
|
||||
|
||||
__Expected behavior:__ [What you expected to happen]
|
||||
|
||||
__Actual behavior:__ [What actually happened]
|
||||
|
||||
__Additional info:__ [Include gist of relevant config, logs, etc.]
|
||||
|
||||
Also, if this is an issue of for performance, locking, etc the following commands are useful to create debug information for the team.
|
||||
|
||||
```
|
||||
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
|
||||
|
||||
curl -o vars.txt "http://localhost:8086/debug/vars"
|
||||
iostat -xd 1 30 > iostat.txt
|
||||
```
|
||||
|
||||
**Please note** It will take at least 30 seconds for the first cURL command above to return a response.
|
||||
This is because it will run a CPU profile as part of its information gathering, which takes 30 seconds to collect.
|
||||
Ideally you should run these commands when you're experiencing problems, so we can capture the state of the system at that time.
|
||||
|
||||
If you're concerned about running a CPU profile (which only has a small, temporary impact on performance), then you can set `?cpu=false` or omit `?cpu=true` altogether.
|
||||
|
||||
Please run those if possible and link them from a [gist](http://gist.github.com) or simply attach them as a comment to the issue.
|
||||
|
||||
*Please note, the quickest way to fix a bug is to open a Pull Request.*
|
||||
|
||||
|
||||
### Feature Request
|
||||
|
||||
Opening a feature request kicks off a discussion.
|
||||
Requests may be closed if we're not actively planning to work on them.
|
||||
|
||||
__Proposal:__ [Description of the feature]
|
||||
|
||||
__Current behavior:__ [What currently happens]
|
||||
|
||||
__Desired behavior:__ [What you would like to happen]
|
||||
|
||||
__Use case:__ [Why is this important (helps with prioritizing requests)]
|
||||
13
vendor/github.com/influxdata/influxdb/.github/PULL_REQUEST_TEMPLATE.md
generated
vendored
Normal file
13
vendor/github.com/influxdata/influxdb/.github/PULL_REQUEST_TEMPLATE.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
###### Required for all non-trivial PRs
|
||||
- [ ] Rebased/mergable
|
||||
- [ ] Tests pass
|
||||
- [ ] CHANGELOG.md updated
|
||||
- [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
|
||||
|
||||
###### Required only if applicable
|
||||
_You can erase any checkboxes below this note if they are not applicable to your Pull Request._
|
||||
- [ ] [InfluxQL Spec](https://github.com/influxdata/influxdb/blob/master/influxql/README.md) updated
|
||||
- [ ] Provide example syntax
|
||||
- [ ] Update man page when modifying a command
|
||||
- [ ] Config changes: update sample config (`etc/config.sample.toml`), server `NewDemoConfig` method, and `Diagnostics` methods reporting config settings, if necessary
|
||||
- [ ] [InfluxData Documentation](https://github.com/influxdata/docs.influxdata.com): issue filed or pull request submitted \<link to issue or pull request\>
|
||||
Reference in New Issue
Block a user