Order-of-magnitude notation

Dynatrace displays metric values using order-of-magnitude notation derived from the International System of Units (SI).

Notation

Examples of order-of-magnitude notation in Dynatrace:

Notation

Factor

Meaning

k

10^3

kilo, thousand

M

10^6

mega, million

G

10^9

giga, billion

T

10^12

tera, trillion

Examples

Metrics browser

In this example from the Metrics browser, you can see values displayed in millions. This is order-of-magnitude notation (7.5M means "about 7.5 million" and not "exactly 7.5 million").

The order of magnitude here is selected automatically based on the size of the values. For example, the same metric measured over a shorter timeframe might be displayed in k values instead of M.

Example order-of-magnitude values in the metrics browser.

Data Explorer and dashboard tiles

In Data Explorer, you can allow Dynatrace to automatically select an order of magnitude as it does in the Metrics browser, but Data Explorer also lets you specify an order of magnitude that overrides the automatic selection: set Unit to display a selected metric's values in a specific order of magnitude.

Data Explorer Unit setting

The three tiles below are identical except that Unit was set to different values when configuring them in Data Explorer. From left to right:

  • Auto—with Unit set to Auto for the first tile, Dynatrace automatically selects an appropriate order of magnitude for values: 1.32M (approximately 1.32 million), 428k (approximately 428 thousand), etc.
  • k (thousand)—with Unit set to k (thousand) for the second tile, Dynatrace expresses each value in thousands.
  • M (million)—with Unit set to M (million) for the third tile, Dynatrace expresses each value in millions.

Tiles with different Unit settings

In Advanced mode, you can use :setUnit(<unit>) to select from a wider range of units.

In addition, you can use the Format setting to specify the number of decimal places to display: 0, 0.0, 0.00, 0.000.