| 166 | } |
| 167 | |
| 168 | type sampler struct { |
| 169 | Core |
| 170 | |
| 171 | counts *counters |
| 172 | tick time.Duration |
| 173 | first, thereafter uint64 |
| 174 | hook func(Entry, SamplingDecision) |
| 175 | } |
| 176 | |
| 177 | var ( |
| 178 | _ Core = (*sampler)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected