Replies: 1 comment 2 replies
-
Here are the endpoints the tracing plugin uses. There are "special APIs". To find out what HTTP methods are used you need to inspect the handler modules. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of today, Firehose tracing can only be enabled through
rabbitmqctl
. Curious to hear if there were previous discussions to not include it in the HTTP API? (it seems the functionality is quite old, so understandable if this context has been lost). If not and there aren't other concerns, then I'd be interested to look into a contribution to allow enabling and disabling Firehose tracing through the HTTP API.I've seen this previous thread, which suggests deprecation of the
rabbitmq_tracing
plugin. If that idea does go through for 4.x, would the built-in Firehose tracing functionality (without the plugin) be also deprecated?Beta Was this translation helpful? Give feedback.
All reactions