influxdata / influxdata/ui

Issue template seems to be wrong

Open
#3,428 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
117
Forks
51
Avg merge
2d 15h
Merged PRs (30d)
4

Description

The github issue template asks you for the following information:

```
# Commands should be run when the bug is actively.
# Note: This command will run for at least 30 seconds.
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
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
```

when I do the curl things, I get:

```text
$ curl 'http://localhost:8086/debug/pprof/all?cpu=true'
{"code":"invalid","message":"could not parse supplied duration for cpu profile \"true\""}
$ curl 'http://localhost:8086/debug/vars'
404 page not found
```

I'm running:
```
$ influxd version
InfluxDB 2.1.1 (git: 657e1839de) build_date: 2021-11-09T03:03:48Z
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.