You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
... Insert a measurement with a lot of field key/value pairs into InfluxDB v2.0
... Go to the InfluxDB v2.0 interface (localhost:9999) Data Explorer, and choose Table view
... 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)
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
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.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
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
Environment info:
uname -srm
and copy the output hereinfluxd version
and copy the output hereInfluxDB 2.0.0-beta.6 (git: acd09bf0b) build_date: 2020-03-25T20:14:01Z
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.
The text was updated successfully, but these errors were encountered: