未验证 提交 738920a3 编写于 作者: R rayzhou2017 提交者: GitHub

Merge pull request #568 from huanggze/master

update logging api docs
...@@ -394,7 +394,7 @@ type HistogramResult struct { ...@@ -394,7 +394,7 @@ type HistogramResult struct {
type QueryResult struct { type QueryResult struct {
Status int `json:"status,omitempty" description:"query status"` Status int `json:"status,omitempty" description:"query status"`
Error string `json:"error,omitempty" description:"debugging information"` Error string `json:"error,omitempty" description:"debugging information"`
Workspace string `json:"workspace,omitempty" description:"workspace the query was performed against"` Workspace string `json:"workspace,omitempty" description:"the name of the workspace where logs come from"`
Read *ReadResult `json:"query,omitempty" description:"query results"` Read *ReadResult `json:"query,omitempty" description:"query results"`
Statistics *StatisticsResult `json:"statistics,omitempty" description:"statistics results"` Statistics *StatisticsResult `json:"statistics,omitempty" description:"statistics results"`
Histogram *HistogramResult `json:"histogram,omitempty" description:"histogram results"` Histogram *HistogramResult `json:"histogram,omitempty" description:"histogram results"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册