19 calls to GPBUtil::checkDouble()
- AnyValue::setDoubleValue in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ AnyValue.php - Generated from protobuf field <code>double double_value = 4;</code>
- DoubleValue::setValue in vendor/
google/ protobuf/ src/ Google/ Protobuf/ DoubleValue.php - The double value.
- Exemplar::setAsDouble in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ Exemplar.php - Generated from protobuf field <code>double as_double = 3;</code>
- ExponentialHistogramDataPoint::setMax in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint.php - max is the maximum value over (start_time, end_time].
- ExponentialHistogramDataPoint::setMin in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint.php - min is the minimum value over (start_time, end_time].
- ExponentialHistogramDataPoint::setSum in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint.php - sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can*…
- ExponentialHistogramDataPoint::setZeroThreshold in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint.php - ZeroThreshold may be optionally set to convey the width of the zero region. Where the zero region is defined as the closed interval [-ZeroThreshold, ZeroThreshold]. When ZeroThreshold is 0, zero count bucket stores values that cannot be expressed…
- HistogramDataPoint::setMax in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ HistogramDataPoint.php - max is the maximum value over (start_time, end_time].
- HistogramDataPoint::setMin in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ HistogramDataPoint.php - min is the minimum value over (start_time, end_time].
- HistogramDataPoint::setSum in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ HistogramDataPoint.php - sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can*…
- MapField::offsetSet in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ MapField.php - Assign the element at the given key.
- NumberDataPoint::setAsDouble in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ NumberDataPoint.php - Generated from protobuf field <code>double as_double = 4;</code>
- RepeatedField::offsetSet in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ RepeatedField.php - Assign the element at the given index.
- SummaryDataPoint::setSum in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ SummaryDataPoint.php - sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can*…
- TraceIdRatioBased::setSamplingRatio in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ TraceIdRatioBased.php - The desired ratio of sampling. Must be within [0.0, 1.0].
- UninterpretedOption::setDoubleValue in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ UninterpretedOption.php - Generated from protobuf field <code>optional double double_value = 6;</code>
- Value::setNumberValue in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Value.php - Represents a double value.
- ValueAtQuantile::setQuantile in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ SummaryDataPoint/ ValueAtQuantile.php - The quantile of a distribution. Must be in the interval [0.0, 1.0].
- ValueAtQuantile::setValue in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ SummaryDataPoint/ ValueAtQuantile.php - The value at the given quantile of a distribution. Quantile values must NOT be negative.