Skip to content

Commit

Permalink
feat: add new ClickHouse endpoints
Browse files Browse the repository at this point in the history
Adds `ServiceClickHouseQuery` and `ServiceClickHouseCurrentQueries` endpoints
  • Loading branch information
rriski committed Jun 12, 2024
1 parent e033c61 commit e355c96
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ BillingGroup:
- BillingGroupProjectsAssign
- BillingGroupUpdate
ClickHouse:
- ServiceClickHouseCurrentQueries
- ServiceClickHouseDatabaseCreate
- ServiceClickHouseDatabaseDelete
- ServiceClickHouseDatabaseList
- ServiceClickHouseQuery
- ServiceClickHouseQueryStats
- ServiceClickHouseTieredStorageSummary
Cloud:
Expand Down
75 changes: 72 additions & 3 deletions handler/clickhouse/clickhouse.go

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

0 comments on commit e355c96

Please sign in to comment.