summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
-rwxr-xr-xsamples/dtail.schema.json6
2 files changed, 8 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 9235785..8f6bdbd 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,3 +17,5 @@ This is a loose list of what to do. Maybe for the next releae or maybe for a lat
[ ] Integration test for dtail in serverless mode
[x] Integration test for dtail normal mode
[ ] Document how to run ingeration tests
+[ ] dserver scheduled queries integration test
+[ ] fix scheduled queries JSON schema
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json
index 9bba4c9..bf07525 100755
--- a/samples/dtail.schema.json
+++ b/samples/dtail.schema.json
@@ -374,6 +374,12 @@
"Enable": {
"type": "boolean"
},
+ "AllowFrom": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"TimeRange": {
"type": "array",
"items": [