public interface Metrics
Pico Metrics.
-
Method Summary
Modifier and TypeMethodDescriptionThe total number ofServices:lookup()calls that were successfully resolved via cache.The total number ofServices::lookup()calls that were attempted against the lookup cache.The total number ofServices::lookup()calls since jvm start, or since last reset.The total service count in the registry.
-
Method Details
-
serviceCount
The total service count in the registry.- Returns:
- total service count
-
lookupCount
The total number ofServices::lookup()calls since jvm start, or since last reset.- Returns:
- lookup count
-
cacheLookupCount
The total number ofServices::lookup()calls that were attempted against the lookup cache. This will be empty if caching is disabled.- Returns:
- cache lookup count
- See Also:
-
cacheHitCount
The total number ofServices:lookup()calls that were successfully resolved via cache. This will be a value less than or equal tocacheLookupCount().- Returns:
- cache hit count
-