8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978f398 commit 1ef3a07Copy full SHA for 1ef3a07
opencensus/src/main/java/com/example/opencensus/Quickstart.java
@@ -36,7 +36,7 @@
36
import java.util.concurrent.TimeUnit;
37
38
public class Quickstart {
39
- private static final int EXPORT_INTERVAL = 60;
+ private static final int EXPORT_INTERVAL = 70;
40
private static final MeasureLong LATENCY_MS = MeasureLong.create(
41
"task_latency",
42
"The task latency in milliseconds",
0 commit comments