[go: nahoru, domu]

Skip to content

Commit

Permalink
change ttfb_distribution metrics to histogramMetric (minio#17115)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 3, 2023
1 parent 8203cb9 commit 9112ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/metrics-v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ func getS3TTFBDistributionMD() MetricDescription {
Subsystem: timeSubsystem,
Name: ttfbDistribution,
Help: "Distribution of the time to first byte across API calls",
Type: gaugeMetric,
Type: histogramMetric,
}
}

Expand Down

0 comments on commit 9112ca4

Please sign in to comment.