You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Limit the number of spans in a trace
* update helm chart
* add counters for dropped spans and truncated traces
* moved constants to RawSpanGrouperConstants class
* update debug log message
* update TopologyTestDriver test
Copy file name to clipboardExpand all lines: raw-spans-grouper/raw-spans-grouper/src/main/java/org/hypertrace/core/rawspansgrouper/RawSpanGrouperConstants.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,7 @@ public class RawSpanGrouperConstants {
Copy file name to clipboardExpand all lines: raw-spans-grouper/raw-spans-grouper/src/main/java/org/hypertrace/core/rawspansgrouper/RawSpansGroupingTransformer.java
Copy file name to clipboardExpand all lines: raw-spans-grouper/raw-spans-grouper/src/test/java/org/hypertrace/core/rawspansgrouper/RawSpansGrouperTest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,18 @@ public void whenRawSpansAreReceivedWithInactivityExpectTraceToBeOutput(@TempDir
0 commit comments