OpenTelemetry PHP

AttributesTest extends TestCase
in package

Attributes
#[CoversClass]
\OpenTelemetry\SDK\Common\Attribute\Attributes::class
#[CoversClass]
\OpenTelemetry\SDK\Common\Attribute\AttributesBuilder::class
#[CoversClass]
\OpenTelemetry\SDK\Common\Attribute\AttributesFactory::class

Table of Contents

Methods

test_apply_limits()  : void
test_attribute_limits()  : void
test_get_dropped_attributes_count()  : void
test_has_attribute()  : void
test_integer_attribute_key_is_cast_to_string()  : void
test_limit_get_dropped_attributes_count()  : void
test_merge_attributes()  : void
test_null_attribute_removes_existing()  : void
test_null_missing_attribute_does_nothing()  : void
test_replace_attribute_does_not_increase_dropped_attributes_count()  : void
test_to_array()  : void
test_unset_get_dropped_attributes_count()  : void

Methods

test_apply_limits()

public test_apply_limits() : void
Tags
psalm-suppress

PossiblyNullReference

test_attribute_limits()

public test_attribute_limits() : void
Tags
psalm-suppress

PossiblyNullReference

test_get_dropped_attributes_count()

public test_get_dropped_attributes_count() : void

test_integer_attribute_key_is_cast_to_string()

public test_integer_attribute_key_is_cast_to_string() : void

test_limit_get_dropped_attributes_count()

public test_limit_get_dropped_attributes_count() : void

test_null_attribute_removes_existing()

public test_null_attribute_removes_existing() : void

test_null_missing_attribute_does_nothing()

public test_null_missing_attribute_does_nothing() : void

test_replace_attribute_does_not_increase_dropped_attributes_count()

public test_replace_attribute_does_not_increase_dropped_attributes_count() : void

test_unset_get_dropped_attributes_count()

public test_unset_get_dropped_attributes_count() : void

        
On this page

Search results