function InstrumentationScope::setDroppedAttributesCount
Generated from protobuf field <code>uint32 dropped_attributes_count = 4;</code>
Parameters
int $var:
Return value
$this
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ InstrumentationScope.php, line 155
Class
- InstrumentationScope
- InstrumentationScope is a message representing the instrumentation scope information such as the fully qualified name and version.
Namespace
Opentelemetry\Proto\Common\V1Code
public function setDroppedAttributesCount($var) {
GPBUtil::checkUint32($var);
$this->dropped_attributes_count = $var;
return $this;
}