Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
Baoyuantop commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2896764703 The issue is related to the internal implementation details of APISIX's plugin system and data encryption, rather than an actual problem with the SkyWalking plugin configuration. The warning can likely be safely ignored as it doesn't seem to impact 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
Baoyuantop commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2896764998 If there is still a problem, please open it again. -- 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]
Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
Baoyuantop closed issue #12032: help request: failed to get schema for plugin: skywalking URL: https://github.com/apache/apisix/issues/12032 -- 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]
Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
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]
Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
zx900930 commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2772047811 > Is the skywalking plugin correctly enabled in the APISIX configuration file? never mind, the metrics are correcly pushed to skywalking server, but the logs still contains these errors which are confusing. The documents doesn't metion if these chonfigurations needs to be encrypted or not. -- 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]
Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
Baoyuantop commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2771808524 Is the skywalking plugin correctly enabled in the APISIX configuration file? -- 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]
Re: [I] help request: failed to get schema for plugin: skywalking [apisix]
kayx23 commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2713398620 Please provide reproducible steps -- 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]
