Class GeoIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.GeoIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Two-letter code representing continent’s name.static final io.opentelemetry.api.common.AttributeKey<String>Two-letter ISO Country Code (ISO 3166-1 alpha2).static final io.opentelemetry.api.common.AttributeKey<String>Locality name.static final io.opentelemetry.api.common.AttributeKey<Double>Latitude of the geo location in WGS84.static final io.opentelemetry.api.common.AttributeKey<Double>Longitude of the geo location in WGS84.static final io.opentelemetry.api.common.AttributeKey<String>Postal code associated with the location.static final io.opentelemetry.api.common.AttributeKey<String>Region ISO code (ISO 3166-2). -
Method Summary
-
Field Details
-
GEO_CONTINENT_CODE
Two-letter code representing continent’s name. -
GEO_COUNTRY_ISO_CODE
Two-letter ISO Country Code (ISO 3166-1 alpha2). -
GEO_LOCALITY_NAME
Locality name. Represents the name of a city, town, village, or similar populated place. -
GEO_LOCATION_LAT
Latitude of the geo location in WGS84. -
GEO_LOCATION_LON
Longitude of the geo location in WGS84. -
GEO_POSTAL_CODE
Postal code associated with the location. Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country. -
GEO_REGION_ISO_CODE
Region ISO code (ISO 3166-2).
-