Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Jan 2, 2025
1 parent fd766ed commit 0db0365
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 0 deletions.
32 changes: 32 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,38 @@
},
"isRefreshing" : {
"type" : "boolean"
},
"clickhouseStats" : {
"$ref" : "#/components/schemas/common.ComputeStats.ClickhouseStats"
}
}
};
defs["common.ComputeStats.ClickhouseStats"] = {
"type" : "object",
"properties" : {
"readRows" : {
"type" : "string",
"format" : "uint64"
},
"readBytes" : {
"type" : "string",
"format" : "uint64"
},
"memoryUsage" : {
"type" : "string",
"format" : "uint64"
},
"queryDurationMs" : {
"type" : "string",
"format" : "uint64"
},
"resultRows" : {
"type" : "string",
"format" : "uint64"
},
"resultBytes" : {
"type" : "string",
"format" : "uint64"
}
}
};
Expand Down
32 changes: 32 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3681,6 +3681,38 @@
},
"isRefreshing": {
"type": "boolean"
},
"clickhouseStats": {
"$ref": "#/definitions/common.ComputeStats.ClickhouseStats"
}
}
},
"common.ComputeStats.ClickhouseStats": {
"type": "object",
"properties": {
"readRows": {
"type": "string",
"format": "uint64"
},
"readBytes": {
"type": "string",
"format": "uint64"
},
"memoryUsage": {
"type": "string",
"format": "uint64"
},
"queryDurationMs": {
"type": "string",
"format": "uint64"
},
"resultRows": {
"type": "string",
"format": "uint64"
},
"resultBytes": {
"type": "string",
"format": "uint64"
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/models/CommonComputeStats.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions src/models/CommonComputeStatsClickhouseStats.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/models/ObjectSerializer.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/models/all.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/types/ObjectParamAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/types/ObservableAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/types/PromiseAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0db0365

Please sign in to comment.