Stores precomputed aggregated analytic data for an entity.
JSON representation |
---|
{ "firstSeen": string, "lastSeen": string, "sumMeasure": { object ( |
Fields | |
---|---|
firstSeen |
Timestamp of the first time the entity was seen in the environment. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastSeen |
Time stamp of the last time last time the entity was seen in the environment. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
sumMeasure |
Sum of all precomputed measures for the given metric. |
totalEvents |
Total number of events used to calculate the given precomputed metric. |
metricName |
Name of the analytic. |
dimensions[] |
All group by clauses used to calculate the metric. |
exportWindow |
Export window for which the metric was exported. |
Measure
Describes the precomputed measure.
JSON representation |
---|
{
"value": number,
"aggregateFunction": enum ( |
Fields | |
---|---|
value |
Value of the aggregated measure. |
aggregateFunction |
Function used to calculate the aggregated measure. |