aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/proto')
-rw-r--r--test/proto/benchmarks/stats.proto2
-rw-r--r--test/proto/metrics.proto3
2 files changed, 3 insertions, 2 deletions
diff --git a/test/proto/benchmarks/stats.proto b/test/proto/benchmarks/stats.proto
index 6b045b3119..7e02707dbb 100644
--- a/test/proto/benchmarks/stats.proto
+++ b/test/proto/benchmarks/stats.proto
@@ -45,7 +45,7 @@ message ServerStats {
// Histogram params based on grpc/support/histogram.c
message HistogramParams {
- double resolution = 1; // first bucket is [0, 1 + resolution)
+ double resolution = 1; // first bucket is [0, 1 + resolution)
double max_possible = 2; // use enough buckets to allow this value
}
diff --git a/test/proto/metrics.proto b/test/proto/metrics.proto
index 14740eb65d..f5a08e056a 100644
--- a/test/proto/metrics.proto
+++ b/test/proto/metrics.proto
@@ -47,7 +47,8 @@ message GaugeRequest {
string name = 1;
}
-message EmptyMessage {}
+message EmptyMessage {
+}
service MetricsService {
rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse);