A SampleValue is a representation of a value for a given sample at a given time.
| 31 | // A SampleValue is a representation of a value for a given sample at a given |
| 32 | // time. |
| 33 | type SampleValue float64 |
| 34 | |
| 35 | // MarshalJSON implements json.Marshaler. |
| 36 | func (v SampleValue) MarshalJSON() ([]byte, error) { |
no outgoing calls
no test coverage detected