Skip to content

Commit

Permalink
Re-enable aggregation by default
Browse files Browse the repository at this point in the history
Setting was enabled by default in #158, but this change was reverted by
accident when #157 was merged.
  • Loading branch information
vickenty committed Nov 25, 2021
1 parent a218004 commit 2f3ffd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ String tag() {
public static final boolean DEFAULT_BLOCKING = false;
public static final boolean DEFAULT_ENABLE_TELEMETRY = true;

public static final boolean DEFAULT_ENABLE_AGGREGATION = false;
public static final boolean DEFAULT_ENABLE_AGGREGATION = true;

public static final String CLIENT_TAG = "client:java";
public static final String CLIENT_VERSION_TAG = "client_version:";
Expand Down

0 comments on commit 2f3ffd3

Please sign in to comment.