Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB v2.0 Data Explorer Table Resizing #1476

Closed
ant-d opened this issue Mar 25, 2020 · 2 comments
Closed

InfluxDB v2.0 Data Explorer Table Resizing #1476

ant-d opened this issue Mar 25, 2020 · 2 comments
Labels
enhancement New feature or request team/ui

Comments

@ant-d
Copy link

ant-d commented Mar 25, 2020

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

  1. ... Insert a measurement with a lot of field key/value pairs into InfluxDB v2.0
  2. ... Go to the InfluxDB v2.0 interface (localhost:9999) Data Explorer, and choose Table view
  3. ... Enter a Flux query on the measurement, piping to a pivot function that shows all the field key/value pairs as their own respective column (as shown below)
    image

Expected behavior:
Columns should resize to fit the width of the headers and have a horizontal scroll bar if there are too many columns to fit the page.

Actual behavior:
Columns were resized to fit the page instead so nothing is readable
image

Environment info:

  • System info: Run uname -srm and copy the output here
  • InfluxDB version: Run influxd version and copy the output here
    InfluxDB 2.0.0-beta.6 (git: acd09bf0b) build_date: 2020-03-25T20:14:01Z
  • Other relevant environment details: Container runtime, disk info, etc

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.
@russorat russorat transferred this issue from influxdata/influxdb May 20, 2021
@russorat russorat added enhancement New feature or request team/ui labels May 20, 2021
@jzahnd
Copy link

jzahnd commented Feb 1, 2022

Closing due to age

@jzahnd jzahnd closed this as completed Feb 1, 2022
@paroque28
Copy link

ANy update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request team/ui
Projects
None yet
Development

No branches or pull requests

4 participants