Class CacheMetrics
OpenTelemetry metrics for the caching layer.
public static class CacheMetrics
- Inheritance
-
CacheMetrics
- Inherited Members
Fields
CacheEvictions
Total cache evictions.
public static readonly Counter<long> CacheEvictions
Field Value
CacheHits
Total cache hits.
public static readonly Counter<long> CacheHits
Field Value
CacheMisses
Total cache misses.
public static readonly Counter<long> CacheMisses
Field Value
CacheSize
Current number of cached entries.
public static readonly UpDownCounter<long> CacheSize
Field Value
MeterName
public const string MeterName = "JD.AI.Cache"