19 calls to GPBUtil::checkUint32()
- Event::setDroppedAttributesCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span/ Event.php - dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.
- ExponentialHistogramDataPoint::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint.php - Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
- HistogramDataPoint::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ HistogramDataPoint.php - Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
- InstrumentationScope::setDroppedAttributesCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ InstrumentationScope.php - Generated from protobuf field <code>uint32 dropped_attributes_count = 4;</code>
- Link::setDroppedAttributesCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span/ Link.php - dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.
- Link::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span/ Link.php - Flags, a bit field. Bits 0-7 (8 least significant bits) are the trace flags as defined in W3C Trace Context specification. To read the 8-bit W3C trace flag, use `flags & SPAN_FLAGS_TRACE_FLAGS_MASK`. See…
- LogRecord::setDroppedAttributesCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Logs/ V1/ LogRecord.php - Generated from protobuf field <code>uint32 dropped_attributes_count = 7;</code>
- LogRecord::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Logs/ V1/ LogRecord.php - Flags, a bit field. 8 least significant bits are the trace flags as defined in W3C Trace Context specification. 24 most significant bits are reserved and must be set to 0. Readers must not assume that 24 most significant bits will be zero and must…
- MapField::checkKey in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ MapField.php - @ignore
- MapField::offsetSet in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ MapField.php - Assign the element at the given key.
- NumberDataPoint::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ NumberDataPoint.php - Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
- RepeatedField::offsetSet in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ RepeatedField.php - Assign the element at the given index.
- Resource::setDroppedAttributesCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Resource/ V1/ Resource.php - dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.
- Span::setDroppedAttributesCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span.php - dropped_attributes_count is the number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0, then no attributes were dropped.
- Span::setDroppedEventsCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span.php - dropped_events_count is the number of dropped events. If the value is 0, then no events were dropped.
- Span::setDroppedLinksCount in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span.php - dropped_links_count is the number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
- Span::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span.php - Flags, a bit field. Bits 0-7 (8 least significant bits) are the trace flags as defined in W3C Trace Context specification. To read the 8-bit W3C trace flag, use `flags & SPAN_FLAGS_TRACE_FLAGS_MASK`. See…
- SummaryDataPoint::setFlags in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ SummaryDataPoint.php - Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
- UInt32Value::setValue in vendor/
google/ protobuf/ src/ Google/ Protobuf/ UInt32Value.php - The uint32 value.