Skip to content

Commit

Permalink
Revert "change ttfb_distribution metrics to histogramMetric (#17115)"
Browse files Browse the repository at this point in the history
This reverts commit 9112ca4.
  • Loading branch information
harshavardhana committed Jul 7, 2023
1 parent 73efe43 commit abb1f22
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 @@ -964,7 +964,7 @@ func getS3TTFBDistributionMD() MetricDescription {
Subsystem: timeSubsystem,
Name: ttfbDistribution,
Help: "Distribution of the time to first byte across API calls",
Type: histogramMetric,
Type: gaugeMetric,
}
}

Expand Down

0 comments on commit abb1f22

Please sign in to comment.