curl --request GET \
--url https://api.streamkap.com/sources/metrics \
--header 'Authorization: Bearer <token>'{
"account_metrics": {},
"connector_metrics": {},
"inline_metrics": {},
"task_metrics": {},
"topic_metrics": {}
}curl --request GET \
--url https://api.streamkap.com/sources/metrics \
--header 'Authorization: Bearer <token>'{
"account_metrics": {},
"connector_metrics": {},
"inline_metrics": {},
"task_metrics": {},
"topic_metrics": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A comma-separated list of Tenant IDs A comma-separated list of Tenant IDs
A comma-separated list of source IDs A comma-separated list of source IDs
Successful Response
Source metrics response.
Show child attributes
Source base metrics.
Show child attributes
Source timeseries metrics.
Show child attributes
{
"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
}
]
}Source latest metrics.
Show child attributes
{
"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"
}Source timesummary metrics.
Show child attributes
{
"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
}Show child attributes
Source base metrics.
Show child attributes
Source timeseries metrics.
Show child attributes
{
"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
}
]
}Source latest metrics.
Show child attributes
{
"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"
}Source timesummary metrics.
Show child attributes
{
"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
}Show child attributes
Source base metrics.
Show child attributes
Source timeseries metrics.
Show child attributes
{
"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
}
]
}Source latest metrics.
Show child attributes
{
"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"
}Source timesummary metrics.
Show child attributes
{
"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
}Show child attributes
Show child attributes
Source base metrics.
Show child attributes
Source timeseries metrics.
Show child attributes
{
"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
}
]
}Source latest metrics.
Show child attributes
{
"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"
}Source timesummary metrics.
Show child attributes
{
"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
}Show child attributes
Show child attributes
Source base metrics.
Show child attributes
Source timeseries metrics.
Show child attributes
{
"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
}
]
}Source latest metrics.
Show child attributes
{
"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"
}Source timesummary metrics.
Show child attributes
{
"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
}Was this page helpful?