Open
Description
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- Point Firefox browser to http://localhost:8086/
- Click on Data on the left hand nav
- Click on Telegraf on horizontal menu
- Click blue "Create Configuration" button
- Click "System" icon
- Click blue "Continue" button
- Name the configuration something unique. Say, "config 2".
- Click blue "Create & verify" button
- Click blue "Finish" button
- Click name of newly created config
- Try to edit the config (screenshot below). You can't do so on Firefox. (You can on Chrome.)
A user told me he tried on Chromium but wasn't able to. I haven't verified this myself.
Expected behavior:
Able to edit Telegraf config on Firefox as you can do on Chrome.
Actual behavior:
Can't edit config
Environment info:
- macOS Big Sur 11.2.2 (20D80)
- Firefox 86.0
- System info: Run
uname -srm
and copy the output here - InfluxDB version: Run
influxd version
and copy the output here - 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 ~30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=30s"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz` and `iostat.txt` output files.