Skip to content

Commit

Permalink
Fix missing go generate(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Dec 18, 2024
1 parent 7b80a8e commit d0467cf
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 9 deletions.
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ type RuntimeMetrics struct {

// FloatMetrics contains KindFloat64 values
FloatMetrics map[string]float64 `json:"floatMetrics,omitempty"`
// HistMetrics contains KindFloat64Histogram values

// HistMetrics contains KindFloat64Histogram values
HistMetrics map[string]metrics.Float64Histogram `json:"histMetrics,omitempty"`

// N tracks the number of merged entries.
Expand Down
105 changes: 97 additions & 8 deletions metrics_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0467cf

Please sign in to comment.