Table of Contents

Class CacheMetrics

Namespace
JD.AI.Core.Caching
Assembly
JD.AI.Core.dll

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

Counter<long>

CacheHits

Total cache hits.

public static readonly Counter<long> CacheHits

Field Value

Counter<long>

CacheMisses

Total cache misses.

public static readonly Counter<long> CacheMisses

Field Value

Counter<long>

CacheSize

Current number of cached entries.

public static readonly UpDownCounter<long> CacheSize

Field Value

UpDownCounter<long>

MeterName

public const string MeterName = "JD.AI.Cache"

Field Value

string