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
I have noticed that the output of the JSON from the HttpEndpoint contains a BOM character which is preventing other clients like Telegraf from reading the JSON. The httpjson input for Telegraf errors out on:
[inputs.httpjson]: unable to parse out as JSON, invalid character 'ï' looking for beginning of value
If you wget the httpendpoint and open the file with a text editor you can see the encoding is UTF-8 BOM.
Writing the BOM character is not always desirable. I would like to request that the JSON parser in Metrics.Net omit the BOM character going forward.
The text was updated successfully, but these errors were encountered:
I have noticed that the output of the JSON from the HttpEndpoint contains a BOM character which is preventing other clients like Telegraf from reading the JSON. The httpjson input for Telegraf errors out on:
[inputs.httpjson]: unable to parse out as JSON, invalid character 'ï' looking for beginning of value
If you wget the httpendpoint and open the file with a text editor you can see the encoding is UTF-8 BOM.
Writing the BOM character is not always desirable. I would like to request that the JSON parser in Metrics.Net omit the BOM character going forward.
The text was updated successfully, but these errors were encountered: