Skip to content

Commit

Permalink
OpenCensus: Update EXPORT interval (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored and kurtisvg committed Apr 8, 2019
1 parent 978f398 commit 1ef3a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.concurrent.TimeUnit;

public class Quickstart {
private static final int EXPORT_INTERVAL = 60;
private static final int EXPORT_INTERVAL = 70;
private static final MeasureLong LATENCY_MS = MeasureLong.create(
"task_latency",
"The task latency in milliseconds",
Expand Down

0 comments on commit 1ef3a07

Please sign in to comment.