Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: client/third_party/infra_libs/ts_mon/protos/metrics.proto

Issue 2991803002: Update infra_libs to 1.1.15 / 0b44aba87c1c6538439df6d24a409870810747ab (Closed)
Patch Set: fix Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 syntax = "proto2"; 4 syntax = "proto2";
5 5
6 package ts_mon.proto; 6 package ts_mon.proto;
7 7
8 import "any.proto"; 8 import "any.proto";
9 import "timestamp.proto"; 9 import "timestamp.proto";
10 import "acquisition_network_device.proto"; 10 import "acquisition_network_device.proto";
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 DELTA = 2; 119 DELTA = 2;
120 } 120 }
121 121
122 enum ValueType { 122 enum ValueType {
123 BOOL = 0; 123 BOOL = 0;
124 STRING = 1; 124 STRING = 1;
125 INT64 = 2; 125 INT64 = 2;
126 DOUBLE = 3; 126 DOUBLE = 3;
127 DISTRIBUTION = 4; 127 DISTRIBUTION = 4;
128 } 128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698