influxdata / influxdata/influxdb

Fail to resize gauge cells

Open
#20,721 5 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

team/ui
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

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

  1. explore a new data f.e. sensor data from hddtemp
  2. configure it as a gauge cell rename and save as dashboard cell
  3. once on the dashboard try to resize and it will only be bigger, almost half of dashboard in width

Expected behavior:
it should be resizable in almost any size, at least in a small square

Actual behavior:
it only get bigger then usefull, almost half of the width or bigger

Environment info:

  • System info: Linux 5.4.78-2-pve x86_64
  • InfluxDB version: InfluxDB 2.0.3 (git: fe04d346df) build_date: 2020-12-15T01:00:16Z
  • Other relevant environment details: none

Config:
Copy any non-default config values here or attach the full config as a gist or file.

Logs:
Include snippet of errors in log.

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the dashboard gauge-cell resize behavior described in the issue using InfluxDB 2.0.3 and the provided sensor-data steps. Inspect the dashboard cell and gauge-cell entry points after confirming that a saved gauge can only grow; done means the cell can be resized down to a small square as well as larger sizes.

Written by the indexing model from the issue text.

Assessment

Tech stack
react
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.