function TraceConfig::getMaxNumberOfAttributesPerLink
The global default max number of attributes per span.
Generated from protobuf field <code>int64 max_number_of_attributes_per_link = 8;</code>
Return value
int|string
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ TraceConfig.php, line 268
Class
- TraceConfig
- Global configuration of the trace service. All fields must be specified, or the default (zero) values will be used for each type.
Namespace
Opentelemetry\Proto\Trace\V1Code
public function getMaxNumberOfAttributesPerLink() {
return $this->max_number_of_attributes_per_link;
}