Add enabled flag as courtesy

This commit is contained in:
Dave Syer
2015-09-22 17:34:34 +01:00
parent 77178afb62
commit 588c609b09

View File

@@ -32,5 +32,6 @@ public class ZipkinProperties {
private int fixedSampleRate = 1;
private String host = "localhost";
private int port = 9410;
private boolean enabled = true;
private ZipkinSpanCollectorParams collector = new ZipkinSpanCollectorParams();
}