kayx23 commented on issue #10584:
URL: https://github.com/apache/apisix/issues/10584#issuecomment-1837039499

   Hi @p404, are you configuring the host, port, namespace, and such, on 
**Plugin Metadata**?
   
   ```shell
   curl http://127.0.0.1:9180/apisix/admin/plugin_metadata/datadog -X PUT -d '
   {
     "constant_tags": [
       "source:apisix",
       "service:custom"
     ],
     "host": "10.26.0.21",
     "namespace": "ingress-apisix",
     "port": 8125
   }'
   ```
   
   Suspecting you might have configured it in the wrong place because I noticed 
the `_meta.disable`, which is a config option for plugin instance.


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

Reply via email to