Hi everyone,
I'm encountering an issue with the time_intervals configuration in Prometheus. When running amtool check-config, I receive the following error message: "couldn't parse timestamp 6:00, invalid format."
Here's the relevant snippet of my configuration:
time_intervals:
- name: maintenance_hours
time_intervals:
- times:
- start_time: "6:00" # UTC
end_time: "9:00" # UTC
Could someone please guide me on the correct format for specifying time intervals in Prometheus?
Regards,
AB