You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/03 14:16:38 UTC

[GitHub] [skywalking] cuiweiwei commented on pull request #5946: fix influxdb bug while setting influxdb connection response format as InfluxDB.ResponseFormat.JSON

cuiweiwei commented on pull request #5946:
URL: https://github.com/apache/skywalking/pull/5946#issuecomment-738020999


   When set json as influxdb response format, it will use scientific counting to convert long type to double, but BasicTrace use String type as its startTime, then error occured. The changed code in this pr can solve this problem, and it doesn't affect anything while using msgpack.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org