wu-sheng commented on a change in pull request #5932:
URL: https://github.com/apache/skywalking/pull/5932#discussion_r533415891
##########
File path: docs/en/setup/backend/configuration-vocabulary.md
##########
@@ -138,6 +138,7 @@ core|default|role|Option values,
`Mixed/Receiver/Aggregator`. **Receiver** mode
| - | - | database | Database of InfluxDB. | SW_STORAGE_INFLUXDB_DATABASE |
skywalking |
| - | - | actions | The number of actions to collect. |
SW_STORAGE_INFLUXDB_ACTIONS | 1000 |
| - | - | duration | The time to wait at most (milliseconds). |
SW_STORAGE_INFLUXDB_DURATION | 1000|
+| - | - | responseFormat | Influxdb response format option. |
SW_STORAGE_INFLUXDB_RESPONSE_FORMAT | MSGPACK|
Review comment:
I find some issues may affect the SkyWalking, such as
> JSON does not support integers above 2^53
SkyWalking has many long fields, which in Java could be 2^63-1
----------------------------------------------------------------
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:
[email protected]