mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
tsweb: update doc on BucketedStatsOptions.Finish to match behavior
I originally came to update this to match the documented behavior, but the code is deliberately avoiding this behavior currently, making it hard to decide how to update this. For now just align the documentation to the behavior. Updates #cleanup Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
parent
14683371ee
commit
9eaa56df93
@ -189,7 +189,8 @@ type BucketedStatsOptions struct {
|
||||
Started *metrics.LabelMap
|
||||
|
||||
// If non-nil, Finished maintains a counter of all requests which
|
||||
// have finished processing (that is, the HTTP handler has returned).
|
||||
// have finished processing with success (that is, the HTTP handler has
|
||||
// returned).
|
||||
Finished *metrics.LabelMap
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user