Skip to content

Commit 4dd921c

Browse files
committed
fix config setting for publishing standard metrics
1 parent 300b2bc commit 4dd921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arpnetworking/tsdcore/sinks/KairosDbSink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public Builder setMaxRequestSize(final Integer value) {
496496
* @param value true to publish standard metrics
497497
* @return This instance of {@link Builder}.
498498
*/
499-
public Builder setStandardMetrics(final Boolean value) {
499+
public Builder setPublishStandardMetrics(final Boolean value) {
500500
_publishStandardMetrics = value;
501501
return this;
502502
}

0 commit comments

Comments
 (0)