Module: OpenTelemetry::SemConv::Incubating::GEO

Defined in:
lib/opentelemetry/semconv/incubating/geo/attributes.rb

Attribute Names collapse

GEO_CONTINENT_CODE =
Note:

Stability Level: development

Two-letter code representing continent’s name.

'geo.continent.code'
GEO_COUNTRY_ISO_CODE =
Note:

Stability Level: development

Two-letter ISO Country Code (ISO 3166-1 alpha2).

Examples:

Sample Values

CA
'geo.country.iso_code'
GEO_LOCALITY_NAME =
Note:

Stability Level: development

Locality name. Represents the name of a city, town, village, or similar populated place.

Examples:

Sample Values

Montreal
Berlin
'geo.locality.name'
GEO_LOCATION_LAT =
Note:

Stability Level: development

Latitude of the geo location in WGS84.

Examples:

Sample Values

45.505918
'geo.location.lat'
GEO_LOCATION_LON =
Note:

Stability Level: development

Longitude of the geo location in WGS84.

Examples:

Sample Values

-73.61483
'geo.location.lon'
GEO_POSTAL_CODE =
Note:

Stability Level: development

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.

Examples:

Sample Values

94040
'geo.postal_code'
GEO_REGION_ISO_CODE =
Note:

Stability Level: development

Region ISO code (ISO 3166-2).

Examples:

Sample Values

CA-QC
'geo.region.iso_code'