Skip to content

Commit

Permalink
do same for fs-drift as smf
Browse files Browse the repository at this point in the history
  • Loading branch information
bengland2 committed Nov 22, 2019
1 parent 160371c commit 3a507cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs_drift_wrapper/trigger_fs_drift.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def emit_actions(self):
thrd['uuid'] = self.uuid
thrd['user'] = self.user
thrd['params'] = params
yield thrd, '-results'
yield thrd, '-fs-drift-results'

# process response time data

Expand Down Expand Up @@ -129,4 +129,4 @@ def emit_actions(self):
interval['90%'] = float(flds[8])
interval['95%'] = float(flds[9])
interval['99%'] = float(flds[10])
yield interval, '-rsptimes'
yield interval, '-fs-drift-rsptimes'

0 comments on commit 3a507cb

Please sign in to comment.