Skip to content

Commit

Permalink
docs(metrics): restore help for histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantos-hc committed Dec 2, 2024
1 parent 687121f commit 3175b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent-inject/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var (
Namespace: metricsNamespace,
Subsystem: metricsSubsystem,
Name: "request_processing_duration_ms",
Help: "Webhook request processing times in milliseconds",
Buckets: []float64{5, 10, 25, 50, 75, 100, 250, 500, 1000, 2500, 5000, 7500, 10000},
})

Expand Down

0 comments on commit 3175b57

Please sign in to comment.