OpenTelemetry SDK
Preparing search index...
@opentelemetry/configuration
AggregationConfigModel
Interface AggregationConfigModel
Configure aggregation of the resulting stream(s). If omitted, default is used.
interface
AggregationConfigModel
{
base2_exponential_bucket_histogram
?:
Base2ExponentialBucketHistogramAggregation
;
default
?:
DefaultAggregation
;
drop
?:
DropAggregation
;
explicit_bucket_histogram
?:
ExplicitBucketHistogramAggregation
;
last_value
?:
LastValueAggregation
;
sum
?:
SumAggregation
;
}
Index
Properties
base2_
exponential_
bucket_
histogram?
default?
drop?
explicit_
bucket_
histogram?
last_
value?
sum?
Properties
Optional
base2_
exponential_
bucket_
histogram
base2_exponential_bucket_histogram
?:
Base2ExponentialBucketHistogramAggregation
Optional
default
default
?:
DefaultAggregation
Optional
drop
drop
?:
DropAggregation
Optional
explicit_
bucket_
histogram
explicit_bucket_histogram
?:
ExplicitBucketHistogramAggregation
Optional
last_
value
last_value
?:
LastValueAggregation
Optional
sum
sum
?:
SumAggregation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base2_
exponential_
bucket_
histogram
default
drop
explicit_
bucket_
histogram
last_
value
sum
OpenTelemetry SDK
Loading...
Configure aggregation of the resulting stream(s). If omitted, default is used.