function ValueAtQuantile::__construct
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type float $quantile The quantile of a distribution. Must be in the interval [0.0, 1.0]. @type float $value The value at the given quantile of a distribution. Quantile values must NOT be negative. }
Overrides Message::__construct
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ SummaryDataPoint/ ValueAtQuantile.php, line 52
Class
- ValueAtQuantile
- Represents the value at a given quantile of a distribution. To record Min and Max values following conventions are used:
Namespace
Opentelemetry\Proto\Metrics\V1\SummaryDataPointCode
public function __construct($data = NULL) {
\GPBMetadata\Opentelemetry\Proto\Metrics\V1\Metrics::initOnce();
parent::__construct($data);
}