Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

Get source metrics (POST)

POST alternative for GET /sources/metrics. Use when URL length limits are exceeded (e.g., 100+ IDs). Supports both query parameters and request body. Body parameters take precedence over query parameters.

POST/sources/metrics
Authorization
AuthorizationBearer token · headerrequired
Query parameters
idstring | any

Entity identifier to fetch metrics for

topic_list_frominteger | any

Starting index for topic list pagination

topic_list_sizeinteger | any

Number of topics to return in the list

fromstring | integer | any

Starting key for cursor-based pagination

sizeinteger | any

Number of results to return

levelstring | any

Metrics aggregation level (e.g., 'connector', 'task', 'topic')

pageinteger | string | any

Page number for pagination

timestamp_tostring | string<date-time> | any

End timestamp for metrics range (ISO 8601, e.g., '2025-01-15T10:00:00Z')

timestamp_fromstring | string<date-time> | any

Start timestamp for metrics range (ISO 8601, e.g., '2025-01-15T09:00:00Z')

time_unitstring | any

Time unit for aggregation (e.g., 'minute', 'hour', 'day')

time_intervalinteger | string | any

Time interval value for aggregation

time_typestring | any

Type of time-based query: 'timeseries', 'latest', or 'timesummary'

tenant_idsstring | any

A comma-separated list of Tenant IDs

idsstring | any

A comma-separated list of source IDs

snapshotstring | any

Snapshot status filter

sortstring | any

Field to sort results by

sort_dirstring | any

Sort direction: 'asc' or 'desc'

Request body
application/json
Any of:
SourceMetricsReqBody
idsstring[] | string | any

List of source IDs (as array) or comma-separated string. Body takes precedence over query params.

Show properties
Any of:
string[]
Array of string
string
string
string
any
any
tenant_idsstring[] | string | any

List of tenant IDs (as array) or comma-separated string. Body takes precedence over query params.

Show properties
Any of:
string[]
Array of string
string
string
string
any
any
any
any
Responses
200

Successful Response

account_metricsobject | any
Show properties
Any of:
object
object
any
any
connector_metricsobject | any
Show properties
Any of:
object
object
any
any
inline_metricsobject | any
Show properties
Any of:
object
object
any
any
task_metricsobject | any
Show properties
Any of:
object
object
any
any
topic_metricsobject | any
Show properties
Any of:
object
object
any
any
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X POST "https://api.streamkap.com/sources/metrics" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "ids": [
    "string"
  ],
  "tenant_ids": [
    "string"
  ]
}'
Response
{
  "account_metrics": {
    "property1": {
      "timeseries": {
        "SnapshotMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 500
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 300
          }
        ],
        "SnapshotTotalNumberOfEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 100
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingMilliSecondsBehindSource": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 1000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 800
          }
        ],
        "StreamingMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 200
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingTotalNumberOfCreateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 20
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 35
          }
        ],
        "StreamingTotalNumberOfDeleteEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 5
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 8
          }
        ],
        "StreamingTotalNumberOfUpdateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 30
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 45
          }
        ],
        "byteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 10000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 15000
          }
        ],
        "recordRetryTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 2
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 3
          }
        ],
        "recordSendTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 50
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 70
          }
        ],
        "recordWrittenTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 40
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 60
          }
        ],
        "sourceRecordWriteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 25
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 40
          }
        ]
      },
      "latest": {
        "SnapshotCompleted": 2,
        "SnapshotMilliSecondsSinceLastEvent": 3600000,
        "SnapshotRunning": 0,
        "SnapshotTotalNumberOfEventsSeen": 20254,
        "StreamingConnected": 1,
        "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
        "StreamingMilliSecondsBehindSource": 500,
        "StreamingMilliSecondsSinceLastEvent": 200,
        "StreamingTotalNumberOfCreateEventsSeen": 73,
        "StreamingTotalNumberOfDeleteEventsSeen": 312,
        "StreamingTotalNumberOfUpdateEventsSeen": 0,
        "byteTotal": 9018776,
        "connector_status": "Active",
        "latency": 150,
        "recordRetryTotal": 10,
        "recordSendTotal": 400,
        "recordWrittenTotal": 395,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:10:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 27785,
        "state": "Streaming",
        "streamingState": "connected"
      },
      "timesummary": {
        "SnapshotMilliSecondsSinceLastEvent": 500,
        "SnapshotTotalNumberOfEventsSeen": 65,
        "StreamingMilliSecondsBehindSource": 200,
        "StreamingMilliSecondsSinceLastEvent": 100,
        "StreamingTotalNumberOfCreateEventsSeen": 20,
        "StreamingTotalNumberOfDeleteEventsSeen": 13,
        "StreamingTotalNumberOfUpdateEventsSeen": 25,
        "byteTotal": 6000,
        "connector_status": "Active",
        "latency": 100,
        "recordRetryTotal": 5,
        "recordSendTotal": 60,
        "recordWrittenTotal": 58,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:05:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 547
      }
    },
    "property2": {
      "timeseries": {
        "SnapshotMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 500
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 300
          }
        ],
        "SnapshotTotalNumberOfEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 100
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingMilliSecondsBehindSource": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 1000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 800
          }
        ],
        "StreamingMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 200
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingTotalNumberOfCreateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 20
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 35
          }
        ],
        "StreamingTotalNumberOfDeleteEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 5
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 8
          }
        ],
        "StreamingTotalNumberOfUpdateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 30
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 45
          }
        ],
        "byteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 10000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 15000
          }
        ],
        "recordRetryTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 2
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 3
          }
        ],
        "recordSendTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 50
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 70
          }
        ],
        "recordWrittenTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 40
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 60
          }
        ],
        "sourceRecordWriteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 25
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 40
          }
        ]
      },
      "latest": {
        "SnapshotCompleted": 2,
        "SnapshotMilliSecondsSinceLastEvent": 3600000,
        "SnapshotRunning": 0,
        "SnapshotTotalNumberOfEventsSeen": 20254,
        "StreamingConnected": 1,
        "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
        "StreamingMilliSecondsBehindSource": 500,
        "StreamingMilliSecondsSinceLastEvent": 200,
        "StreamingTotalNumberOfCreateEventsSeen": 73,
        "StreamingTotalNumberOfDeleteEventsSeen": 312,
        "StreamingTotalNumberOfUpdateEventsSeen": 0,
        "byteTotal": 9018776,
        "connector_status": "Active",
        "latency": 150,
        "recordRetryTotal": 10,
        "recordSendTotal": 400,
        "recordWrittenTotal": 395,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:10:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 27785,
        "state": "Streaming",
        "streamingState": "connected"
      },
      "timesummary": {
        "SnapshotMilliSecondsSinceLastEvent": 500,
        "SnapshotTotalNumberOfEventsSeen": 65,
        "StreamingMilliSecondsBehindSource": 200,
        "StreamingMilliSecondsSinceLastEvent": 100,
        "StreamingTotalNumberOfCreateEventsSeen": 20,
        "StreamingTotalNumberOfDeleteEventsSeen": 13,
        "StreamingTotalNumberOfUpdateEventsSeen": 25,
        "byteTotal": 6000,
        "connector_status": "Active",
        "latency": 100,
        "recordRetryTotal": 5,
        "recordSendTotal": 60,
        "recordWrittenTotal": 58,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:05:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 547
      }
    }
  },
  "connector_metrics": {
    "property1": {
      "timeseries": {
        "SnapshotMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 500
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 300
          }
        ],
        "SnapshotTotalNumberOfEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 100
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingMilliSecondsBehindSource": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 1000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 800
          }
        ],
        "StreamingMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 200
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingTotalNumberOfCreateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 20
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 35
          }
        ],
        "StreamingTotalNumberOfDeleteEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 5
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 8
          }
        ],
        "StreamingTotalNumberOfUpdateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 30
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 45
          }
        ],
        "byteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 10000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 15000
          }
        ],
        "recordRetryTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 2
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 3
          }
        ],
        "recordSendTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 50
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 70
          }
        ],
        "recordWrittenTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 40
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 60
          }
        ],
        "sourceRecordWriteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 25
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 40
          }
        ]
      },
      "latest": {
        "SnapshotCompleted": 2,
        "SnapshotMilliSecondsSinceLastEvent": 3600000,
        "SnapshotRunning": 0,
        "SnapshotTotalNumberOfEventsSeen": 20254,
        "StreamingConnected": 1,
        "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
        "StreamingMilliSecondsBehindSource": 500,
        "StreamingMilliSecondsSinceLastEvent": 200,
        "StreamingTotalNumberOfCreateEventsSeen": 73,
        "StreamingTotalNumberOfDeleteEventsSeen": 312,
        "StreamingTotalNumberOfUpdateEventsSeen": 0,
        "byteTotal": 9018776,
        "connector_status": "Active",
        "latency": 150,
        "recordRetryTotal": 10,
        "recordSendTotal": 400,
        "recordWrittenTotal": 395,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:10:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 27785,
        "state": "Streaming",
        "streamingState": "connected"
      },
      "timesummary": {
        "SnapshotMilliSecondsSinceLastEvent": 500,
        "SnapshotTotalNumberOfEventsSeen": 65,
        "StreamingMilliSecondsBehindSource": 200,
        "StreamingMilliSecondsSinceLastEvent": 100,
        "StreamingTotalNumberOfCreateEventsSeen": 20,
        "StreamingTotalNumberOfDeleteEventsSeen": 13,
        "StreamingTotalNumberOfUpdateEventsSeen": 25,
        "byteTotal": 6000,
        "connector_status": "Active",
        "latency": 100,
        "recordRetryTotal": 5,
        "recordSendTotal": 60,
        "recordWrittenTotal": 58,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:05:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 547
      }
    },
    "property2": {
      "timeseries": {
        "SnapshotMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 500
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 300
          }
        ],
        "SnapshotTotalNumberOfEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 100
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingMilliSecondsBehindSource": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 1000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 800
          }
        ],
        "StreamingMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 200
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingTotalNumberOfCreateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 20
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 35
          }
        ],
        "StreamingTotalNumberOfDeleteEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 5
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 8
          }
        ],
        "StreamingTotalNumberOfUpdateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 30
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 45
          }
        ],
        "byteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 10000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 15000
          }
        ],
        "recordRetryTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 2
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 3
          }
        ],
        "recordSendTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 50
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 70
          }
        ],
        "recordWrittenTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 40
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 60
          }
        ],
        "sourceRecordWriteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 25
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 40
          }
        ]
      },
      "latest": {
        "SnapshotCompleted": 2,
        "SnapshotMilliSecondsSinceLastEvent": 3600000,
        "SnapshotRunning": 0,
        "SnapshotTotalNumberOfEventsSeen": 20254,
        "StreamingConnected": 1,
        "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
        "StreamingMilliSecondsBehindSource": 500,
        "StreamingMilliSecondsSinceLastEvent": 200,
        "StreamingTotalNumberOfCreateEventsSeen": 73,
        "StreamingTotalNumberOfDeleteEventsSeen": 312,
        "StreamingTotalNumberOfUpdateEventsSeen": 0,
        "byteTotal": 9018776,
        "connector_status": "Active",
        "latency": 150,
        "recordRetryTotal": 10,
        "recordSendTotal": 400,
        "recordWrittenTotal": 395,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:10:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 27785,
        "state": "Streaming",
        "streamingState": "connected"
      },
      "timesummary": {
        "SnapshotMilliSecondsSinceLastEvent": 500,
        "SnapshotTotalNumberOfEventsSeen": 65,
        "StreamingMilliSecondsBehindSource": 200,
        "StreamingMilliSecondsSinceLastEvent": 100,
        "StreamingTotalNumberOfCreateEventsSeen": 20,
        "StreamingTotalNumberOfDeleteEventsSeen": 13,
        "StreamingTotalNumberOfUpdateEventsSeen": 25,
        "byteTotal": 6000,
        "connector_status": "Active",
        "latency": 100,
        "recordRetryTotal": 5,
        "recordSendTotal": 60,
        "recordWrittenTotal": 58,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:05:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 547
      }
    }
  },
  "inline_metrics": {
    "property1": {
      "timeseries": {
        "SnapshotMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 500
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 300
          }
        ],
        "SnapshotTotalNumberOfEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 100
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingMilliSecondsBehindSource": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 1000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 800
          }
        ],
        "StreamingMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 200
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingTotalNumberOfCreateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 20
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 35
          }
        ],
        "StreamingTotalNumberOfDeleteEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 5
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 8
          }
        ],
        "StreamingTotalNumberOfUpdateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 30
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 45
          }
        ],
        "byteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 10000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 15000
          }
        ],
        "recordRetryTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 2
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 3
          }
        ],
        "recordSendTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 50
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 70
          }
        ],
        "recordWrittenTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 40
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 60
          }
        ],
        "sourceRecordWriteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 25
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 40
          }
        ]
      },
      "latest": {
        "SnapshotCompleted": 2,
        "SnapshotMilliSecondsSinceLastEvent": 3600000,
        "SnapshotRunning": 0,
        "SnapshotTotalNumberOfEventsSeen": 20254,
        "StreamingConnected": 1,
        "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
        "StreamingMilliSecondsBehindSource": 500,
        "StreamingMilliSecondsSinceLastEvent": 200,
        "StreamingTotalNumberOfCreateEventsSeen": 73,
        "StreamingTotalNumberOfDeleteEventsSeen": 312,
        "StreamingTotalNumberOfUpdateEventsSeen": 0,
        "byteTotal": 9018776,
        "connector_status": "Active",
        "latency": 150,
        "recordRetryTotal": 10,
        "recordSendTotal": 400,
        "recordWrittenTotal": 395,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:10:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 27785,
        "state": "Streaming",
        "streamingState": "connected"
      },
      "timesummary": {
        "SnapshotMilliSecondsSinceLastEvent": 500,
        "SnapshotTotalNumberOfEventsSeen": 65,
        "StreamingMilliSecondsBehindSource": 200,
        "StreamingMilliSecondsSinceLastEvent": 100,
        "StreamingTotalNumberOfCreateEventsSeen": 20,
        "StreamingTotalNumberOfDeleteEventsSeen": 13,
        "StreamingTotalNumberOfUpdateEventsSeen": 25,
        "byteTotal": 6000,
        "connector_status": "Active",
        "latency": 100,
        "recordRetryTotal": 5,
        "recordSendTotal": 60,
        "recordWrittenTotal": 58,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:05:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 547
      }
    },
    "property2": {
      "timeseries": {
        "SnapshotMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 500
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 300
          }
        ],
        "SnapshotTotalNumberOfEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 100
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingMilliSecondsBehindSource": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 1000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 800
          }
        ],
        "StreamingMilliSecondsSinceLastEvent": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 200
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 150
          }
        ],
        "StreamingTotalNumberOfCreateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 20
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 35
          }
        ],
        "StreamingTotalNumberOfDeleteEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 5
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 8
          }
        ],
        "StreamingTotalNumberOfUpdateEventsSeen": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 30
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 45
          }
        ],
        "byteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 10000
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 15000
          }
        ],
        "recordRetryTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 2
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 3
          }
        ],
        "recordSendTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 50
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 70
          }
        ],
        "recordWrittenTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 40
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 60
          }
        ],
        "sourceRecordWriteTotal": [
          {
            "timestamp": "2025-03-02 08:00:00",
            "value": 25
          },
          {
            "timestamp": "2025-03-02 09:00:00",
            "value": 40
          }
        ]
      },
      "latest": {
        "SnapshotCompleted": 2,
        "SnapshotMilliSecondsSinceLastEvent": 3600000,
        "SnapshotRunning": 0,
        "SnapshotTotalNumberOfEventsSeen": 20254,
        "StreamingConnected": 1,
        "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
        "StreamingMilliSecondsBehindSource": 500,
        "StreamingMilliSecondsSinceLastEvent": 200,
        "StreamingTotalNumberOfCreateEventsSeen": 73,
        "StreamingTotalNumberOfDeleteEventsSeen": 312,
        "StreamingTotalNumberOfUpdateEventsSeen": 0,
        "byteTotal": 9018776,
        "connector_status": "Active",
        "latency": 150,
        "recordRetryTotal": 10,
        "recordSendTotal": 400,
        "recordWrittenTotal": 395,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T10:10:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 27785,
        "state": "Streaming",
        "streamingState": "connected"
      },
      "timesummary": {
        "SnapshotMilliSecondsSinceLastEvent": 500,
        "SnapshotTotalNumberOfEventsSeen": 65,
        "StreamingMilliSecondsBehindSource": 200,
        "StreamingMilliSecondsSinceLastEvent": 100,
        "StreamingTotalNumberOfCreateEventsSeen": 20,
        "StreamingTotalNumberOfDeleteEventsSeen": 13,
        "StreamingTotalNumberOfUpdateEventsSeen": 25,
        "byteTotal": 6000,
        "connector_status": "Active",
        "latency": 100,
        "recordRetryTotal": 5,
        "recordSendTotal": 60,
        "recordWrittenTotal": 58,
        "snapshotState": "completed",
        "snapshotStatus": [
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:00:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data1"
          },
          {
            "status": "completed",
            "submit_timestamp": "2023-10-01T12:05:00Z",
            "topic_id": "source_111111111111111111111111.Test.test_data2"
          }
        ],
        "sourceRecordWriteTotal": 547
      }
    }
  },
  "task_metrics": {
    "property1": {
      "property1": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      },
      "property2": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      }
    },
    "property2": {
      "property1": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      },
      "property2": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      }
    }
  },
  "topic_metrics": {
    "property1": {
      "property1": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      },
      "property2": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      }
    },
    "property2": {
      "property1": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      },
      "property2": {
        "timeseries": {
          "SnapshotMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 500
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 300
            }
          ],
          "SnapshotTotalNumberOfEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 100
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingMilliSecondsBehindSource": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 1000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 800
            }
          ],
          "StreamingMilliSecondsSinceLastEvent": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 200
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 150
            }
          ],
          "StreamingTotalNumberOfCreateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 20
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 35
            }
          ],
          "StreamingTotalNumberOfDeleteEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 5
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 8
            }
          ],
          "StreamingTotalNumberOfUpdateEventsSeen": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 30
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 45
            }
          ],
          "byteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 10000
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 15000
            }
          ],
          "recordRetryTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 2
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 3
            }
          ],
          "recordSendTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 50
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 70
            }
          ],
          "recordWrittenTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 40
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 60
            }
          ],
          "sourceRecordWriteTotal": [
            {
              "timestamp": "2025-03-02 08:00:00",
              "value": 25
            },
            {
              "timestamp": "2025-03-02 09:00:00",
              "value": 40
            }
          ]
        },
        "latest": {
          "SnapshotCompleted": 2,
          "SnapshotMilliSecondsSinceLastEvent": 3600000,
          "SnapshotRunning": 0,
          "SnapshotTotalNumberOfEventsSeen": 20254,
          "StreamingConnected": 1,
          "StreamingLastEvent": "position: {ord: 14}, key: {\"id\" : \"\"ceaafb88-2a60-4bd9-8515-719ba64ea05c-close\"\"}",
          "StreamingMilliSecondsBehindSource": 500,
          "StreamingMilliSecondsSinceLastEvent": 200,
          "StreamingTotalNumberOfCreateEventsSeen": 73,
          "StreamingTotalNumberOfDeleteEventsSeen": 312,
          "StreamingTotalNumberOfUpdateEventsSeen": 0,
          "byteTotal": 9018776,
          "connector_status": "Active",
          "latency": 150,
          "recordRetryTotal": 10,
          "recordSendTotal": 400,
          "recordWrittenTotal": 395,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T10:10:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 27785,
          "state": "Streaming",
          "streamingState": "connected"
        },
        "timesummary": {
          "SnapshotMilliSecondsSinceLastEvent": 500,
          "SnapshotTotalNumberOfEventsSeen": 65,
          "StreamingMilliSecondsBehindSource": 200,
          "StreamingMilliSecondsSinceLastEvent": 100,
          "StreamingTotalNumberOfCreateEventsSeen": 20,
          "StreamingTotalNumberOfDeleteEventsSeen": 13,
          "StreamingTotalNumberOfUpdateEventsSeen": 25,
          "byteTotal": 6000,
          "connector_status": "Active",
          "latency": 100,
          "recordRetryTotal": 5,
          "recordSendTotal": 60,
          "recordWrittenTotal": 58,
          "snapshotState": "completed",
          "snapshotStatus": [
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:00:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data1"
            },
            {
              "status": "completed",
              "submit_timestamp": "2023-10-01T12:05:00Z",
              "topic_id": "source_111111111111111111111111.Test.test_data2"
            }
          ],
          "sourceRecordWriteTotal": 547
        }
      }
    }
  }
}