Skip to content

Commit 937e02f

Browse files
committed
Quick fix: delay sending snapshot
This allows process recognition to happen before missing the snapshot were originally sending on first metrics post (and then again 5 minutes later).
1 parent 479de65 commit 937e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/meter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, **kwds):
7575

7676
class Meter(object):
7777
SNAPSHOT_PERIOD = 600
78-
snapshot_countdown = 1
78+
snapshot_countdown = 30
7979
sensor = None
8080
last_usage = None
8181
last_collect = None

0 commit comments

Comments
 (0)