prometheus ~master (2021-10-31T09:45:38.6099948)
Dub
Repo
HistogramBucket
prometheus
histogram
Undocumented in source.
@
safe
struct
HistogramBucket {
this
(Histogram parent);
void
observe
(double value);
HistogramBucket
dup
();
}
Constructors
this
this
(Histogram parent)
Undocumented in source.
Members
Functions
dup
HistogramBucket
dup
()
Undocumented in source. Be warned that the author may not have intended to support it.
observe
void
observe
(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
prometheus
histogram
classes
Buckets
Histogram
structs
HistogramBucket