Skip to content

Missing TCP stats on database pods #5217

Answered by olix0r
nevetS asked this question in Q&A
Discussion options

You must be logged in to vote

@nevetS If mariadb uses a mysql-like protocol, the server sends data before the client -- the proxy does not currently support this class of protocol, though we plan to add this support in stable-2.10 (planned for ~January). In fact, if mariadb uses the default mysql port of 3306, we currently avoid proxying these connections altogether:
https://github.com/linkerd/linkerd2/blob/main/charts/linkerd2/values.yaml#L98-L99

If my assumptions about mariadb are incorrect, you can check the raw proxy metrics via:

linkerd metrics -n $NS po/$pod | grep ^tcp_open_total

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by grampelberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5217 on November 12, 2020 17:37.