Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Aditya Sharma 47611bca39 goimports -local vitess.io/vitess -w .
Signed-off-by: Aditya Sharma <git@adi.run>
2021-01-04 18:27:04 -05:00
yuxiaobo 03e83d6c30 add license in /go file
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-10-21 22:30:02 +08:00
Maggie Zhou c16cb354a4 Add support for gRPC Prometheus monitoring
Signed-off-by: Maggie Zhou <mzhou@slack-corp.com>
2018-05-15 23:30:16 -07:00
Alex Charis cca9f05387 fix comment
Signed-off-by: Alex Charis <acharis@hubspot.com>
2018-05-03 12:20:48 -04:00
Alex Charis 2cef31379d grpc: set defaultMaxMessageSize to 16MB
Signed-off-by: Alex Charis <acharis@hubspot.com>
2018-05-03 11:30:10 -04:00
Anthony Yeh aaf2b2d78b
Run goimports on all Go files. 2018-02-27 12:57:21 -08:00
Anthony Yeh 6914580ad5
Rewrite imports to new custom URL.
This commit consists only of the changes from running the following:

```
find go -name '*.go' | xargs -n 10 -- sed -i -r -e \
  's,"github.com/youtube/vitess/go/,"vitess.io/vitess/go/,'
```
2018-02-27 12:00:33 -08:00
Michael Demmer d7991aed1e export the grpc version as a debug var 2018-01-05 13:19:24 -08:00
Michael Demmer 61e96c6174 add a concurrency-safe option to set the grpc tracing opt 2018-01-02 11:56:02 -08:00
Sugu Sougoumarane d96264cc74 grpc: standardize client and server flags
Issue #3293
* Created a new grpcclient package that always uses the
  specified grpc_max_message_size option. Changed all grpc
  dials to use grpcclient.
* Renamed grpcutils->grpccommon. It defines grpc_max_message_size.
* Changed servenv to use grpccommon.
* Moved all flag initializations to init functions. Otherwise, repeat
  of common flag initialzations can cause crashes.

Going forward, server-only flags should go to servenv, client-only
flags should go to grpcclient, and flags common to both should go
to grpccommon.
2017-10-16 17:31:49 -07:00