feat(rtt): add published package measurement harness

This commit is contained in:
Ayaan Zaidi
2026-05-01 11:16:04 +05:30
parent ef270b7a28
commit e8810c04a4
6 changed files with 637 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"credentials": {
"kind": "telegram",
"source": "env"
},
"groupId": "-100123",
"startedAt": "2026-05-01T00:00:00.000Z",
"finishedAt": "2026-05-01T00:00:10.000Z",
"cleanupIssues": [],
"counts": {
"total": 2,
"passed": 2,
"failed": 0
},
"scenarios": [
{
"id": "telegram-canary",
"title": "Telegram canary",
"status": "pass",
"details": "reply matched in 1234ms",
"rttMs": 1234
},
{
"id": "telegram-mentioned-message-reply",
"title": "Telegram mentioned message gets a reply",
"status": "pass",
"details": "reply matched in 5678ms",
"rttMs": 5678
}
]
}