Dash0 Acquires Lumigo to Expand Agentic Observability Across AWS and Serverless

Last updated: March 3, 2026

GeoMap Definition

Displays metric data on a geographic map with configurable projections and country-level grouping.

GeoMap

Kind: GeoMap

Spec Properties

PropertyTypeRequiredDescription
showstringYes
groupByarray of stringYes
filterarrayNo
sortGroupsstring — enum: world, map, geoNo
sortItemsstring — enum: world, map, geoNo
formattimeFormatOptions | percentFormatOptions | decimalFormatOptions | bytesFormatOptions | bytesPerSecondFormatOptions | throughputFormatOptions | currencyFormatOptions | temperatureFormatOptionsNoValue format configuration. Choose one of: time, percent, decimal, bytes, bytes/s, throughput, currency, or temperature.
legendobject with keys: showLegend, position, sortNo
visualobject with keys: strokeWidth, enableZoom, showGraticule, projectionType, initialX, initialY, initialZoomLevelNo
dash0Extensionsobject with keys: maxTimeSeriesNo

Shared Definitions

filterCriteria

Type: array

attributeFilter

PropertyTypeRequired
keystringYes
operatorstring — enum: is, is_not, gt, lt, gte, lte, matches, does_not_match, contains, does_not_contain, starts_with, does_not_start_with, ends_with, does_not_end_with, is_set, is_not_set, is_one_of, is_not_one_of, is_anyYes
valuestringNo
valuesarray of stringNo

formatOptions

Value format configuration. Choose one of: time, percent, decimal, bytes, bytes/s, throughput, currency, or temperature.

One of: timeFormatOptions | percentFormatOptions | decimalFormatOptions | bytesFormatOptions | bytesPerSecondFormatOptions | throughputFormatOptions | currencyFormatOptions | temperatureFormatOptions

timeFormatOptions

Format options for displaying time duration values.

PropertyTypeRequired
unitstring — enum: nanosecond, microsecond, milliseconds, seconds, minutes, hours, days, weeks, months, yearsYes
decimalPlacesnumberNo

percentFormatOptions

Format options for displaying percentage values.

PropertyTypeRequired
unitstring — enum: percent, percent-decimal, %Yes
decimalPlacesnumberNo

decimalFormatOptions

Format options for displaying plain decimal numbers.

PropertyTypeRequired
unitstring — enum: decimalYes
decimalPlacesnumberNo
shortValuesbooleanNo

bytesFormatOptions

Format options for displaying byte values.

PropertyTypeRequired
unitstring — enum: bytesYes
decimalPlacesnumberNo
shortValuesbooleanNo
basestring — enum: decimal, binaryNo

bytesPerSecondFormatOptions

Format options for displaying byte rate values (bytes per second).

PropertyTypeRequired
decimalPlacesnumberNo
shortValuesbooleanNo
basestring — enum: decimal, binaryNo
unitstring — enum: bytes/s, bytes/secYes

throughputFormatOptions

Format options for displaying throughput/rate values.

PropertyTypeRequired
unitstring — enum: counts/sec, events/sec, messages/sec, ops/sec, packets/sec, reads/sec, records/sec, errors/sec, requests/sec, rows/sec, writes/sec, /m, /sYes
decimalPlacesnumberNo
shortValuesbooleanNo

currencyFormatOptions

Format options for displaying monetary/currency values.

PropertyTypeRequired
unitstring — enum: currency-usd, currency-eur, currency-cny, currency-jpyYes
decimalPlacesnumberNo
shortValuesbooleanNo

temperatureFormatOptions

Format options for displaying temperature values.

PropertyTypeRequired
unitstring — enum: celsius, fahrenheitYes
decimalPlacesnumberNo
shortValuesbooleanNo

sortConfiguration

Sorting configuration for table or list displays.

PropertyTypeRequired
sortFieldstring | nullNo
sortDirectionstring — enum: asc, descNo