Class GeoIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.GeoIncubatingAttributes

public final class GeoIncubatingAttributes extends Object
  • Field Details

    • GEO_CONTINENT_CODE

      public static final io.opentelemetry.api.common.AttributeKey<String> GEO_CONTINENT_CODE
      Two-letter code representing continent’s name.
    • GEO_COUNTRY_ISO_CODE

      public static final io.opentelemetry.api.common.AttributeKey<String> GEO_COUNTRY_ISO_CODE
      Two-letter ISO Country Code (ISO 3166-1 alpha2).
    • GEO_LOCALITY_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> GEO_LOCALITY_NAME
      Locality name. Represents the name of a city, town, village, or similar populated place.
    • GEO_LOCATION_LAT

      public static final io.opentelemetry.api.common.AttributeKey<Double> GEO_LOCATION_LAT
      Latitude of the geo location in WGS84.
    • GEO_LOCATION_LON

      public static final io.opentelemetry.api.common.AttributeKey<Double> GEO_LOCATION_LON
      Longitude of the geo location in WGS84.
    • GEO_POSTAL_CODE

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> GEO_REGION_ISO_CODE
      Region ISO code (ISO 3166-2).