Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a section, or new page, for Metrics, - with examples #34381

Open
slaneyrw opened this issue Dec 17, 2024 · 0 comments
Open

Add a section, or new page, for Metrics, - with examples #34381

slaneyrw opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
aspnet-core/svc doc-enhancement performance/subsvc seQUESTered Identifies that an issue has been imported into Quest. Source - Docs.ms Docs Customer feedback via GitHub Issue waiting-on-feedback Waiting for feedback from SMEs

Comments

@slaneyrw
Copy link

slaneyrw commented Dec 17, 2024

Description

One of the key features of a cache is to know it's performance.

Is the cache faster or slower than the real call ?
What is the cache hit/miss ratio ? A small cache hit percentage questions the need for caching in the first place.

(new for this hybrid pattern)
What is the number of nodes that have inconsistent data between In-Memory and Distributed stores ? If the data is frequent out of sync it's a clue to either reduce your cache expiration or too unstable to cache in the first place.

Your consumers will need data to make informed decisions.

We also need to know what hooks are available to influence reporting, if any. A black box only approach is frustrating. If there are Dependency Injection "hooks", please also document them.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/performance/caching/hybrid?view=aspnetcore-9.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/performance/caching/hybrid.md

Document ID

fdd3c6f2-c3f4-6fc7-0928-0b18ba9297cf

Article author

@tdykstra

Related Issues


Associated WorkItem - 356541

@tdykstra tdykstra self-assigned this Dec 17, 2024
@tdykstra tdykstra added doc-enhancement reQUEST Triggers an issue to be imported into Quest and removed ⌚ Not Triaged labels Dec 17, 2024
@sequestor sequestor bot added seQUESTered Identifies that an issue has been imported into Quest. and removed reQUEST Triggers an issue to be imported into Quest labels Dec 18, 2024
@tdykstra tdykstra added the waiting-on-feedback Waiting for feedback from SMEs label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspnet-core/svc doc-enhancement performance/subsvc seQUESTered Identifies that an issue has been imported into Quest. Source - Docs.ms Docs Customer feedback via GitHub Issue waiting-on-feedback Waiting for feedback from SMEs
Projects
None yet
Development

No branches or pull requests

2 participants