Skip to content

Commit

Permalink
Add statsMap class
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Segaran committed Jun 29, 2020
1 parent aa5e5b0 commit 728e39e
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 252 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,5 +383,5 @@ message ContextualizedStats {
// A sequence of traces and stats. An individual trace should either be counted as a stat or trace
message TracesAndStats {
repeated Trace trace = 1;
repeated ContextualizedStats stats_with_context = 2;
repeated ContextualizedStats stats_with_context = 2 [(js_use_toArray)=true];
}
Loading

0 comments on commit 728e39e

Please sign in to comment.