Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BucketStorage.php
function BucketStorage::__construct
File
vendor/
open-telemetry/
sdk/
Metrics/
Exemplar/
BucketStorage.php
, line 24
Class
BucketStorage
@internal
Namespace
OpenTelemetry\SDK\Metrics\Exemplar
Code
public
function
__construct
(int
$size
=
0
) {
$this
->
buckets
=
array_fill
(
0
,
$size
,
null
); }
RSS feed