spacewander commented on a change in pull request #4069:
URL: https://github.com/apache/apisix/pull/4069#discussion_r615488366



##########
File path: docs/en/latest/plugins/skywalking.md
##########
@@ -90,9 +90,9 @@ We can set the endpoint by specified the configuration in 
`conf/config.yaml`.
 | Name         | Type   | Default  | Description                               
                           |
 | ------------ | ------ | -------- | 
-------------------------------------------------------------------- |
 | service_name | string | "APISIX" | service name for skywalking reporter      
                           |
-|service_instance_name|string|"APISIX Instance Name" | service instance name 
for skywalking reporter |
-| endpoint_addr| string | "http://127.0.0.1:12800"; | the http endpoint of 
Skywalking, for example: http://127.0.0.1:12800 |
-| report_interval| integer | use the value in the skywalking client library | 
the report interval, in seconds |
+| service_instance_name | string |"APISIX Instance Name" | service instance 
name for skywalking reporter,  set it to `$hostname` to get local hostname 
directly.|

Review comment:
       ```suggestion
   | service_instance_name | string |"APISIX Instance Name" | service instance 
name for skywalking reporter. If you want to use the machine's hostname 
directly, set it to `$hostname`.|
   ```
   
   A little tweak for the doc




-- 
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]


Reply via email to