Enum Metric.Types.MetricName
The name of the precomputed analytic.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Metric.Types.MetricName
Fields
| Name | Description |
|---|---|
| AlertEventNameCount | Track number of alerts fired by EDR/SENTINEL/MICROSOFT_GRAPH. |
| AuthAttemptsFail | Failed authentication attempts. |
| AuthAttemptsSuccess | Successful authentication attempts. |
| AuthAttemptsTotal | Total authentication attempts. |
| DnsBytesOutbound | Total number of sent bytes for DNS events. |
| DnsQueriesFail | Number of events with response_code != 0. |
| DnsQueriesSuccess | DNS query success count - Number of events with response_code = 0. |
| DnsQueriesTotal | Total number of DNS queries made. |
| FileExecutionsFail | Number of failed file executions. |
| FileExecutionsSuccess | Number of successfule file executions. |
| FileExecutionsTotal | Total number file executions. |
| HttpQueriesFail | Number of failed HTTP queries. |
| HttpQueriesSuccess | Number of successful HTTP queries. |
| HttpQueriesTotal | Total number of HTTP queries. |
| NetworkBytesInbound | Total received network bytes. |
| NetworkBytesOutbound | Total network sent bytes. |
| NetworkBytesTotal | Total network sent bytes and received bytes. |
| NetworkFlowsInbound | Total number of events having non-null received bytes. |
| NetworkFlowsOutbound | Total number of events having non-null sent bytes. |
| NetworkFlowsTotal | Total events having non-null sent or received bytes. |
| ResourceCreationFail | Analytic tracking failed resource creations. |
| ResourceCreationSuccess | Analytic tracking successful resource creations. |
| ResourceCreationTotal | Analytic tracking successful resource creations. |
| ResourceDeletionFail | Analytic tracking failed resource deletions. |
| ResourceDeletionSuccess | Analytic tracking successful resource deletions. |
| ResourceDeletionTotal | Analytic tracking total resource deletions. |
| ResourceReadFail | Analytic tracking failed resource reads. |
| ResourceReadSuccess | Analytic tracking successful resource reads. |
| ResourceReadTotal | Analytic tracking total resource reads. |
| ResourceWrittenFail | Analytic tracking failed resource writes. |
| ResourceWrittenSuccess | Analytic tracking successful resource writes. |
| ResourceWrittenTotal | Analytic tracking total resource writes. |
| UdmDataPresenceSummary | UDM data summary tracking unique values of dimensions. |
| Unspecified | Default |
| WorkspaceAuthAttemptsTotal | Total number of authentication attempts in Google Workspace. |
| WorkspaceEmailsSentTotal | Total number of emails sent in Google Workspace. |
| WorkspaceNetworkBytesOutbound | Number of outbound network bytes (total sent) in Google Workspace. |
| WorkspaceNetworkBytesTotal | Total number of network bytes (both sent and received) in Google Workspace. |
| WorkspaceTotalChangeActions | Total number of change actions in Google Workspace. |
| WorkspaceTotalDownloadActions | Total number of download actions in Google Workspace. |