Skip to content

Discrepancy in Memory Metrics for .NET Core Applications #6013

Answered by brandond
Shaked-RW asked this question in Q&A
Discussion options

You must be logged in to vote

There is nothing in this project's codebase that provides those metrics. The metrics served by metrics-server are provided by the kubelet's pod metrics by its embedded cadvisor, which in turn retrieves them from containerd via CRI. containerd retrieves them from the Linux kernel. I can't tell you why you'd get different metrics from different clusters; I suspect perhaps you're using different kernels or different container runtimes and the accounting comes out slightly differently?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Shaked-RW
Comment options

@brandond
Comment options

Answer selected by Shaked-RW
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 #6012 on May 27, 2024 04:43.