Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit bc0d87d

Browse files
author
Bogdan Drutu
authored
Remove unused MetricSet message. (#66)
1 parent c1c9ec5 commit bc0d87d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

opencensus/proto/stats/metrics/metrics.proto

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ option java_multiple_files = true;
2929
option java_package = "io.opencensus.proto.metrics";
3030
option java_outer_classname = "MetricsProto";
3131

32-
// A collection of Metrics, used for batching.
33-
message MetricSet {
34-
// Each Metric has one or more timeseries.
35-
repeated Metric metrics = 1;
36-
}
37-
3832
// Defines a Metric which has one or more timeseries.
3933
message Metric {
4034
// The definition of the Metric. For now, we send the full MetricDescriptor

0 commit comments

Comments
 (0)