influxdata / ui

UI for InfluxDB
89 stars 41 forks source link

influx #6896

Open DoomDoozer opened 2 weeks ago

DoomDoozer commented 2 weeks ago

About the bug

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. ...
  2. ...
  3. ...

Expected behavior:

Actual behavior:

Visual Proof:

About your environment

Environment info:

Config:

Logs:

Performance: Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.

# 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.