CREATE OR REPLACE FUNCTION public.date_format_tz( input_timestamp timestamp with time zone, format text, tz text ) RETURNS text LANGUAGE 'plpgsql' COST 100 VOLATILE ...
After updating to the most recent version of Telegraf, applying timestamp_format leads to no output. I tried by commenting out the timestamp_format and testing against the previous version. Config: ...