Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ def create_time_series_list(self, v_data, option_resource_type,
if timestamp_start == timestamp_end:
# avoiding start_time and end_time to be equal
timestamp_start = timestamp_start - 1
else:
# For LastValue (Gauge), start and end time must be the same.
timestamp_start = timestamp_end

start_time = point.interval.start_time
start_time.seconds = int(timestamp_start)
Expand Down