GRPC Server: Add gRPC server service (#47849)

Co-authored-by: Todd Treece <todd.treece@grafana.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Alexander Emelin
2022-09-27 00:25:34 +04:00
committed by GitHub
parent f11495a4c3
commit 55aae79744
10 changed files with 462 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ export interface FeatureToggles {
internationalization?: boolean;
topnav?: boolean;
customBranding?: boolean;
grpcServer?: boolean;
traceqlEditor?: boolean;
redshiftAsyncQueryDataSupport?: boolean;
athenaAsyncQueryDataSupport?: boolean;