dickens7 commented on a change in pull request #4069:
URL: https://github.com/apache/apisix/pull/4069#discussion_r615271751
##########
File path: apisix/plugins/skywalking.lua
##########
@@ -33,7 +33,7 @@ local metadata_schema = {
service_instance_name = {
type = "string",
description = "User Service Instance Name",
- default = "APISIX Instance Name",
+ default = core.utils.gethostname(),
Review comment:
Use placeholders to implement functionality
--
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]