Skip to content

Commit

Permalink
mgr/influx: Do not send mgr_id to Influx
Browse files Browse the repository at this point in the history
We already send the fsid which is sufficient

Signed-off-by: Wido den Hollander <wido@42on.com>
  • Loading branch information
wido committed Dec 4, 2017
1 parent cfdf83a commit ef346d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pybind/mgr/influx/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def get_df_stats(self):
"pool_name" : pool['name'],
"pool_id" : pool['id'],
"type_instance" : df_type,
"mgr_id" : self.get_mgr_id(),
"fsid": self.get_fsid()
},
"time" : datetime.utcnow().isoformat() + 'Z',
Expand Down

0 comments on commit ef346d4

Please sign in to comment.