jagerzhang commented on code in PR #7281:
URL: https://github.com/apache/apisix/pull/7281#discussion_r901543523
##########
apisix/plugins/opentelemetry.lua:
##########
@@ -176,7 +176,7 @@ local schema = {
local _M = {
version = 0.1,
- priority = 12009,
+ priority = 11009,
Review Comment:
> I think it's not a good idea to set it adjacent to the request-id plugin.
It's not extendable if we need to insert another plugin between them in the
future.
OK, aready change to 11005
##########
apisix/plugins/opentelemetry.lua:
##########
@@ -176,7 +176,7 @@ local schema = {
local _M = {
version = 0.1,
- priority = 12009,
+ priority = 11009,
Review Comment:
> I think it's not a good idea to set it adjacent to the request-id plugin.
It's not extendable if we need to insert another plugin between them in the
future.
OK, already change to 11005
--
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]