Browse Source

Merge pull request #15987 from fetzerch/tags

docs: Change type of 'tags' in annotationQuery result example to list
Carl Bergquist 6 năm trước cách đây
mục cha
commit
9ac69fefc6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sources/plugins/developing/datasources.md

+ 1 - 1
docs/sources/plugins/developing/datasources.md

@@ -163,7 +163,7 @@ Expected result from datasource.annotationQuery:
     "title": "Cluster outage",
     "time": 1457075272576,
     "text": "Joe causes brain split",
-    "tags": "joe, cluster, failure"
+    "tags": ["joe", "cluster", "failure"]
   }
 ]
 ```