Merge pull request #15987 from fetzerch/tags

docs: Change type of 'tags' in annotationQuery result example to list
This commit is contained in:
Carl Bergquist 2019-03-14 07:48:38 +01:00 committed by GitHub
commit 9ac69fefc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
}
]
```