(cfg SLOConfig)
| 84 | } |
| 85 | |
| 86 | func searchSLOPostHook(cfg SLOConfig) handlerPostHook { |
| 87 | return sloHook(searchCounter, sloSearchCounter, searchThroughput, searchInspectedBytes, cfg) |
| 88 | } |
| 89 | |
| 90 | func metadataSLOPostHook(cfg SLOConfig) handlerPostHook { |
| 91 | return sloHook(metadataCounter, sloMetadataCounter, metadataThroughput, metadataInspectedBytes, cfg) |
no test coverage detected