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-26 16:25:34 -04:00
committed by GitHub
co-authored by Todd Treece Ryan McKinley
parent f11495a4c3
commit 55aae79744
10 changed files with 462 additions and 1 deletions
@@ -64,6 +64,7 @@ export interface FeatureToggles {
internationalization?: boolean;
topnav?: boolean;
customBranding?: boolean;
grpcServer?: boolean;
traceqlEditor?: boolean;
redshiftAsyncQueryDataSupport?: boolean;
athenaAsyncQueryDataSupport?: boolean;