(cfg SLOConfig)
| 88 | } |
| 89 | |
| 90 | func metadataSLOPostHook(cfg SLOConfig) handlerPostHook { |
| 91 | return sloHook(metadataCounter, sloMetadataCounter, metadataThroughput, metadataInspectedBytes, cfg) |
| 92 | } |
| 93 | |
| 94 | func metricsSLOPostHook(cfg SLOConfig) handlerPostHook { |
| 95 | return sloHook(metricsCounter, sloMetricsCounter, metricsThroughput, metricsInspectedBytes, cfg) |
no test coverage detected