forked from linkerd/linkerd2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop tracking transport metrics for eviction (linkerd#49)
Metric eviction was introduced to protect against the situation where, over time, the proxy addresses an effectively unbounded number of endpoints. Metrics with endpoint-specific dimensions must be removed over time to prevent a form of memory leak. Eviction is implemented for transport stats. However, transport stats do not yet contain per-endpoint dimensions. The eviction logic is superfluous in this case, since transport metrics are bounded and small. In preparation of changes to transport telemetry, this disables tracking of transport metrics for eviction. This logic will be restored when we support per-endpoint transport metrics.
- Loading branch information
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters