Skip to content

Commit

Permalink
chore: adding time start and end to raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Apr 9, 2023
1 parent 353267f commit 58bf600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boagent/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,9 @@ def get_metrics(start_time: float, end_time: float, verbose: bool, location: str
"hardware_data": hardware_data,
"resources_data": "not implemented yet",
"boaviztapi_data": boaviztapi_data,
"power_data": power_data
"power_data": power_data,
"start_time": start_time,
"end_time": end_time
}
return res

Expand Down

0 comments on commit 58bf600

Please sign in to comment.