Skip to content

Commit

Permalink
move lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston committed Aug 10, 2023
1 parent 45f0554 commit 04134cd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public class ShuffleServerMetrics {
public static Counter.Child counterTotalReadTime;
public static Counter.Child counterTotalFailedWrittenEventNum;
public static Counter.Child counterTotalDroppedEventNum;
public static Counter counterTotalHadoopWriteDataSize;
public static Counter.Child counterTotalLocalFileWriteDataSize;
public static Counter.Child counterTotalRequireBufferFailed;
public static Counter.Child counterTotalRequireBufferFailedForHugePartition;
Expand Down Expand Up @@ -159,10 +158,13 @@ public class ShuffleServerMetrics {
public static Gauge.Child gaugeEventQueueSize;
public static Gauge.Child gaugeAppNum;
public static Gauge.Child gaugeTotalPartitionNum;

public static Counter counterRemoteStorageTotalWrite;
public static Counter counterRemoteStorageRetryWrite;
public static Counter counterRemoteStorageFailedWrite;
public static Counter counterRemoteStorageSuccessWrite;
public static Counter counterTotalHadoopWriteDataSize;

private static String tags;
public static Counter counterLocalFileEventFlush;
public static Counter counterHadoopEventFlush;
Expand Down

0 comments on commit 04134cd

Please sign in to comment.