zx900930 commented on issue #12032:
URL: https://github.com/apache/apisix/issues/12032#issuecomment-2771617762
> Please provide reproducible steps
add these to the plugin config of any route:
```
,
"skywalking": {
"_meta": {
"disable": false
},
"endpoint_addr": "http://skywalk-skywalking-helm-oap.test:12800",
"service_instance_name": "$hostname",
"service_name": "APISIX"
}
```
check the apisix log.
`apache/apisix:3.11.0-debian`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]