Causality Analyzer
Preparing search index...
@agentix-e/causality-analyzer-pipeline
MetricHistogram
Interface MetricHistogram
A single histogram metric (summary statistics)
interface
MetricHistogram
{
count
:
number
;
labels
?:
Record
<
string
,
string
>
;
max
:
number
;
min
:
number
;
name
:
string
;
sum
:
number
;
}
Index
Properties
count
labels?
max
min
name
sum
Properties
count
count
:
number
Optional
labels
labels
?:
Record
<
string
,
string
>
max
max
:
number
min
min
:
number
name
name
:
string
sum
sum
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
labels
max
min
name
sum
Causality Analyzer
Loading...
A single histogram metric (summary statistics)