| 270 | } |
| 271 | |
| 272 | type metricsHook struct { |
| 273 | createTime metric.Float64Histogram |
| 274 | useTime metric.Float64Histogram |
| 275 | attrs []attribute.KeyValue |
| 276 | } |
| 277 | |
| 278 | var _ redis.Hook = (*metricsHook)(nil) |
| 279 |
nothing calls this directly
no outgoing calls
no test coverage detected