mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #15987 from fetzerch/tags
docs: Change type of 'tags' in annotationQuery result example to list
This commit is contained in:
commit
9ac69fefc6
@ -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"]
|
||||
}
|
||||
]
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user