RagAdminStatsResponse

data class RagAdminStatsResponse(val tenantId: String?, val docs: Long, val chunks: Long, val snapshotCount: Int, val indexSizeBytes: Long, val lastCommitEpochMillis: Long?, val lastCommitIso: String?, val statsCacheEntries: Int, val statsCacheHitCount: Long, val statsCacheMissCount: Long, val statsCacheEvictionCount: Long, val statsCacheExpiredCount: Long, val statsCacheHitRatePct: Double, val statsCacheTtlMillis: Long, val statsCacheMaxEntries: Int, val statsCacheMaxEntriesPerTenant: Int, val statsCachePersistenceMode: String, val providerTelemetry: ProviderTelemetryResponse, val recentProviderWindowMillis: Long? = null, val recentProviderTelemetry: ProviderTelemetryResponse? = null)

Constructors

Link copied to clipboard
constructor(tenantId: String?, docs: Long, chunks: Long, snapshotCount: Int, indexSizeBytes: Long, lastCommitEpochMillis: Long?, lastCommitIso: String?, statsCacheEntries: Int, statsCacheHitCount: Long, statsCacheMissCount: Long, statsCacheEvictionCount: Long, statsCacheExpiredCount: Long, statsCacheHitRatePct: Double, statsCacheTtlMillis: Long, statsCacheMaxEntries: Int, statsCacheMaxEntriesPerTenant: Int, statsCachePersistenceMode: String, providerTelemetry: ProviderTelemetryResponse, recentProviderWindowMillis: Long? = null, recentProviderTelemetry: ProviderTelemetryResponse? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val docs: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard