You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aside from being used to negotiate supported features in some , OPTIONS messages are sometimes used as a heartbeat / keepalive mechanism by some drivers.
At the moment the proxy handles OPTIONS messages as generic messages, routing them to both clusters and tracking them into "forward to both" metrics, which typically represent writes. Seeing OPTIONS counted and displayed in metrics labelled as writes can be confusing, especially when running small manual tests where these "spurious" requests are not drowned out by legitimate write activity.
We should exclude OPTIONS from the messages that are tracked in the metrics, similarly to what we do for other messages such as STARTUP and REGISTER.
┆Issue is synchronized with this Jira Task by Unito
┆Components: Proxy
┆Issue Number: ZDM-541
The text was updated successfully, but these errors were encountered:
Aside from being used to negotiate supported features in some ,
OPTIONS
messages are sometimes used as a heartbeat / keepalive mechanism by some drivers.At the moment the proxy handles
OPTIONS
messages as generic messages, routing them to both clusters and tracking them into "forward to both" metrics, which typically represent writes. SeeingOPTIONS
counted and displayed in metrics labelled as writes can be confusing, especially when running small manual tests where these "spurious" requests are not drowned out by legitimate write activity.We should exclude
OPTIONS
from the messages that are tracked in the metrics, similarly to what we do for other messages such asSTARTUP
andREGISTER
.┆Issue is synchronized with this Jira Task by Unito
┆Components: Proxy
┆Issue Number: ZDM-541
The text was updated successfully, but these errors were encountered: