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).
'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.
'geo.locality.name'
- GEO_LOCATION_LAT =
Note:
Stability Level: development
Latitude of the geo location in WGS84.
'geo.location.lat'
- GEO_LOCATION_LON =
Note:
Stability Level: development
Longitude of the geo location in WGS84.
'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.
'geo.postal_code'
- GEO_REGION_ISO_CODE =
Note:
Stability Level: development
Region ISO code (ISO 3166-2).
'geo.region.iso_code'