Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following metrics will be added.

Name

Description

org.apache.kafka.storage.internals.log:type=RemoteIndexCache, name=HitCount

Number of cache-hits for the remote index cache.

org.apache.kafka.storage.internals.log

:type=RemoteIndexCache, name=MissCount

Number of cache-misses for the remote index cache.

org.apache.kafka.storage.internals.log

:type=RemoteIndexCache, name=EvictionCount

Number of entries evicted from the remote index cache.

org.apache.kafka.storage.internals.log

:type=RemoteIndexCache, name=LoadSuccessCount

Number of successful cache loads for the remote index cache.

org.apache.kafka.storage.internals.log

:type=RemoteIndexCache, name=LoadFailureCount

Number of failed cache loads for the remote index cache.

org.apache.kafka.storage.internals.log

:type=RemoteIndexCache, name=TotalLoadTime

Total load time (success and failure) for the remote index cache.

org.apache.kafka.storage.internals.log

:type=RemoteIndexCache, name=EvictionWeight

Sum of weights of entries evicted from the remote index cache.