@@ -835,7 +835,7 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
835835 """The calendar system used by the culture.
836836
837837 Type: str
838- Contains PII: false
838+ Contains PII: maybe
839839 Defined in OTEL: No
840840 Example: "GregorianCalendar"
841841 """
@@ -845,7 +845,7 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
845845 """Human readable name of the culture.
846846
847847 Type: str
848- Contains PII: false
848+ Contains PII: maybe
849849 Defined in OTEL: No
850850 Example: "English (United States)"
851851 """
@@ -857,7 +857,7 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
857857 """Whether the culture uses 24-hour time format.
858858
859859 Type: bool
860- Contains PII: false
860+ Contains PII: maybe
861861 Defined in OTEL: No
862862 Example: true
863863 """
@@ -867,7 +867,7 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
867867 """The locale identifier following RFC 4646.
868868
869869 Type: str
870- Contains PII: false
870+ Contains PII: maybe
871871 Defined in OTEL: No
872872 Example: "en-US"
873873 """
@@ -877,7 +877,7 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
877877 """The timezone of the culture, as a geographic timezone identifier.
878878
879879 Type: str
880- Contains PII: false
880+ Contains PII: maybe
881881 Defined in OTEL: No
882882 Example: "Europe/Vienna"
883883 """
@@ -5380,35 +5380,35 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
53805380 "culture.calendar" : AttributeMetadata (
53815381 brief = "The calendar system used by the culture." ,
53825382 type = AttributeType .STRING ,
5383- pii = PiiInfo (isPii = IsPii .FALSE ),
5383+ pii = PiiInfo (isPii = IsPii .MAYBE ),
53845384 is_in_otel = False ,
53855385 example = "GregorianCalendar" ,
53865386 ),
53875387 "culture.display_name" : AttributeMetadata (
53885388 brief = "Human readable name of the culture." ,
53895389 type = AttributeType .STRING ,
5390- pii = PiiInfo (isPii = IsPii .FALSE ),
5390+ pii = PiiInfo (isPii = IsPii .MAYBE ),
53915391 is_in_otel = False ,
53925392 example = "English (United States)" ,
53935393 ),
53945394 "culture.is_24_hour_format" : AttributeMetadata (
53955395 brief = "Whether the culture uses 24-hour time format." ,
53965396 type = AttributeType .BOOLEAN ,
5397- pii = PiiInfo (isPii = IsPii .FALSE ),
5397+ pii = PiiInfo (isPii = IsPii .MAYBE ),
53985398 is_in_otel = False ,
53995399 example = True ,
54005400 ),
54015401 "culture.locale" : AttributeMetadata (
54025402 brief = "The locale identifier following RFC 4646." ,
54035403 type = AttributeType .STRING ,
5404- pii = PiiInfo (isPii = IsPii .FALSE ),
5404+ pii = PiiInfo (isPii = IsPii .MAYBE ),
54055405 is_in_otel = False ,
54065406 example = "en-US" ,
54075407 ),
54085408 "culture.timezone" : AttributeMetadata (
54095409 brief = "The timezone of the culture, as a geographic timezone identifier." ,
54105410 type = AttributeType .STRING ,
5411- pii = PiiInfo (isPii = IsPii .FALSE ),
5411+ pii = PiiInfo (isPii = IsPii .MAYBE ),
54125412 is_in_otel = False ,
54135413 example = "Europe/Vienna" ,
54145414 ),
0 commit comments