Skip to content

Commit 275f751

Browse files
committed
schema/namespace: Add lastUpdate column
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 534e8b9 commit 275f751

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

suzieq/config/schema/namespace.avsc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"display": 7,
6262
"description": "Is MLAG used in this namespace"
6363
},
64+
{
65+
"name": "lastUpdate",
66+
"type": "timestamp",
67+
"display": 8,
68+
"description": "The last time the poller updated this namespace"
69+
},
6470
{
6571
"name": "namespace",
6672
"type": "string",

0 commit comments

Comments
 (0)