Skip to content

Commit

Permalink
include host (pod) in ES docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bengland2 committed Mar 16, 2022
1 parent 7a13528 commit 0ee9c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snafu/fs_drift_wrapper/trigger_fs_drift.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def process_rsptimes(self, start_time, elapsed_time):
# FIXME: how do we indicate to grafana that preceding sample
# is not continuing into this interval.
continue
interval["host"] = self.host
interval["cluster_name"] = self.cluster_name
interval["uuid"] = self.uuid
interval["user"] = self.user
Expand Down Expand Up @@ -194,6 +195,7 @@ def process_per_thread_counters(self, start_time):

rate_obj["date"] = timestamp_str
rate_obj['thread'] = thread_id
rate_obj['host'] = self.host
rate_obj['uuid'] = self.uuid
rate_obj['timestamp'] = timestamp_str
rate_obj["cluster_name"] = self.cluster_name
Expand Down

0 comments on commit 0ee9c82

Please sign in to comment.