Results 4 comments of Ryan Foster

I've added support for this here, https://github.com/f0ster/go-metrics-influxdb . Just by stuffing the data into the name field into the metrics interface,then unwrapping the tags before sending to influx

@andrykonchin @pboling added specs

You have to start the script via full path , see my comment here https://github.com/oobabooga/text-generation-webui/issues/5270#issuecomment-2143950514

This is still an issue , but is resolved by starting the shell script with the full path. e.g., ``` ./start_linux.sh # breaks /full/path/start_linux.sh # works ```