File tree Expand file tree Collapse file tree
m3/src/main/java/com/uber/m3/tally/m3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ configurations.archives.artifacts.clear()
4545
4646allprojects {
4747 group = ' com.uber.m3'
48- version = ' 0.4.1 '
48+ version = ' 0.5.0 '
4949
5050 apply plugin : ' java'
5151 apply plugin : ' maven'
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ public static class Builder {
579579 // Non-generic EMPTY ImmutableMap will never contain any elements
580580 @ SuppressWarnings ("unchecked" )
581581 protected ImmutableMap <String , String > commonTags = ImmutableMap .EMPTY ;
582- protected boolean includeHost = true ;
582+ protected boolean includeHost = false ;
583583 protected int maxQueueSize = DEFAULT_MAX_QUEUE_SIZE ;
584584 protected int maxPacketSizeBytes = DEFAULT_MAX_PACKET_SIZE ;
585585 protected int maxProcessorWaitUntilFlushMillis = 10_000 ;
You can’t perform that action at this time.
0 commit comments