mirror of
https://github.com/luxfi/metric.git
synced 2026-07-27 04:12:44 +00:00
fix: format client/metrics.go for CI lint check
This commit is contained in:
+3
-3
@@ -231,10 +231,10 @@ func (x *Quantile) GetValue() float64 {
|
||||
|
||||
// Summary represents a summary metric value.
|
||||
type Summary struct {
|
||||
SampleCount *uint64 `json:"sample_count,omitempty"`
|
||||
SampleSum *float64 `json:"sample_sum,omitempty"`
|
||||
SampleCount *uint64 `json:"sample_count,omitempty"`
|
||||
SampleSum *float64 `json:"sample_sum,omitempty"`
|
||||
Quantile []*Quantile `json:"quantile,omitempty"`
|
||||
CreatedTimestamp *Timestamp `json:"created_timestamp,omitempty"`
|
||||
CreatedTimestamp *Timestamp `json:"created_timestamp,omitempty"`
|
||||
}
|
||||
|
||||
// Reset resets the Summary to its zero value.
|
||||
|
||||
Reference in New Issue
Block a user