ProcessMetricsLogCoreV2

The ProcessMetricsLogCoreV2 table captures internal metrics that were previously written to the stats.log CSV. The table is disabled by default.

To enable the ProcessMetrics table, set the following property to true:

IrisLogDefaults.writeDatabaseProcessMetrics=true

Columns

Column NameColumn TypeDescription
DateStringThe date on which the information was generated. This is the partitioning column.
AuthenticatedUserStringThe authenticated user that owns the worker.
EffectiveUserStringThe effective user that owns the worker.
ProcessInfoIdStringThe ProcessInfo ID that generated this event.
TimestampDateTimeThe timestamp for this event.
NameStringThe name of the metric.
IntervalStringThe timing interval for the metric.
TypeStringThe type of the metric.
Nlong
Sumlong
Lastlong
Minlong
Maxlong
Avglong
Sum2long
Stdevlong