We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7208c commit e9da448Copy full SHA for e9da448
unix/src/machine_stats/__init__.py
@@ -322,6 +322,7 @@ def v2_playbook_on_stats(self, stats):
322
server_dict["measurable_type"] = "server"
323
server_dict["field_name"] = custom_field + "_timeseries"
324
server_dict["value"] = server["custom_fields"][custom_field]
325
+ server_dict["external_timestamp"] = server["custom_fields"]["cpu_utilization_timestamp"]
326
server_dict["measurable"] = {
327
"host_name": server["host_name"]
328
}
0 commit comments