statefulSummaryInstrument writes observed samples into maintained summary state.
| 23 | |
| 24 | // statefulSummaryInstrument writes observed samples into maintained summary state. |
| 25 | type statefulSummaryInstrument struct { |
| 26 | backend meterBackend |
| 27 | desc *instrumentDescriptor |
| 28 | base []LabelSet |
| 29 | } |
| 30 | |
| 31 | // stagedSummary holds one in-cycle summary sample for a single series identity. |
| 32 | type stagedSummary struct { |
nothing calls this directly
no outgoing calls
no test coverage detected