todo: remove post hooks and implement as a handler
(cfg SLOConfig)
| 80 | |
| 81 | // todo: remove post hooks and implement as a handler |
| 82 | func traceByIDSLOPostHook(cfg SLOConfig) handlerPostHook { |
| 83 | return sloHook(traceByIDCounter, sloTraceByIDCounter, traceByIDThroughput, traceByIDInspectedBytes, cfg) |
| 84 | } |
| 85 | |
| 86 | func searchSLOPostHook(cfg SLOConfig) handlerPostHook { |
| 87 | return sloHook(searchCounter, sloSearchCounter, searchThroughput, searchInspectedBytes, cfg) |
no test coverage detected