Dynatrace · JSON Structure

Dynatrace Log Monitoring V2 Log Aggregate Group Structure

A single aggregation group result.

Type: object Properties: 2
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

LogAggregateGroup is a JSON Structure definition published by Dynatrace, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

groupByFields count

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A single aggregation group result.",
  "name": "LogAggregateGroup",
  "properties": {
    "groupByFields": {
      "type": "object",
      "description": "The field values that define this aggregation group. Keys are the groupBy field names, values are the field values for this group."
    },
    "count": {
      "type": "integer",
      "description": "The number of log records in this aggregation group."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}