Dimensions and metrics

Dimensions

The following dimensions can be requested in reports

NameTitleDescription

community_id

Community ID

The community on which the datamart is linked.

date_time

Date Time

The date and time of the datamart collection size computation in timestamp format.

Use it to know exactly when the collection volume was calculated.

execution_id

Execution ID

A resource is composed of n execution.

organisation_id

Organisation ID

The organisation on which the datamart is linked.

resource_id

Resource ID

The resource leading to write or read operations on mediarithmics platform.

source

Source

The feature tracked by the consumption monitoring system.

(E.g. : Segment computation, export ...)

sub_source

Sub Source

Contextual informations about the source. (E.g. : INSERT_PHASE for segment computation source)

Metrics

The following metrics can be displayed in reports.

NameTitleDescription

read_count

Read count

The number of top level selectors of an OTQL / GraphQL query.

The id selector of the queried object is excluded.

For example, the read count of the query SELECT { id activity_events { id } activities { id } } FROM UserPoint will be equal to 2 as there is two top level selectors (activity_events and activities ).

read_size

Read size

The number of elements queried from our database due to selection operators.

scan_size

Scan size

The number of elements queried from our database to apply the filters of a query (WHERE part).

scan_duration

Scan duration

The time spent applying filters on a query (WHERE part).

computing_unit

Computing unit

The credits used to run a query.

Last updated