Skip to content

Commit

Permalink
fix std dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmarsh committed Feb 11, 2023
1 parent eec549c commit 166dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/db/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type PgStatStatement struct {
MinTimeSeconds int `db:"min_time_seconds"`
MaxTimeSeconds int `db:"max_time_seconds"`
MeanTimeSeconds int `db:"mean_time_seconds"`
StdDevTimeSeconds int `db:"std_dev_time_seconds"`
StdDevTimeSeconds int `db:"stddev_time_seconds"`
Rows int `db:"rows"`
SharedBlksHit int `db:"shared_blks_hit"`
SharedBlksRead int `db:"shared_blks_read"`
Expand Down

0 comments on commit 166dc62

Please sign in to comment.