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
We've added a lot of instrumentation around dials, but we have very little instrumentation once the connection is established. Some ideas for metrics to add:
Total data packet counts in each direction (rate is the metric we care about)
Per-connection packet counts (histogram)
Connection lifespan (histogram)
Packet send failure count
Connection close instrumentation, similar to the "dial failure reason" instrumenting we did (who closed the connection, why)
The text was updated successfully, but these errors were encountered:
k8s-ci-robot
added
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Jan 4, 2023
We've added a lot of instrumentation around dials, but we have very little instrumentation once the connection is established. Some ideas for metrics to add:
The text was updated successfully, but these errors were encountered: