Skip to content

Commit

Permalink
change ttfb_distribution metrics to histogramMetric
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 3, 2023
1 parent ec84bad commit b401cec
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 b401cec

Please sign in to comment.