Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Mar 5, 2024
1 parent c585639 commit 8b0919a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn init_metrics() {
// init exporter
let mut builder = PrometheusBuilder::new();

// init buckets (comment it to use summary)
// init buckets (comment to use summary)
builder = builder.set_buckets(&BUCKET_FOR_DURATION).unwrap();
for metric in &metrics {
if metric.has_custom_buckets() {
Expand Down

0 comments on commit 8b0919a

Please sign in to comment.