-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
Description
Proposal
Parse config file before loading WAL.
Just spent a while wonderign why my prometheus pod wouldn't load - I thought perhaps it was taking too long to load the WAL, and eventually tailed the log while it went through and did just that.
Of course, in kubernetes, these logs aren't viewable as soon as the container restarts, and it was only then that I realised that I had an extra tab in my YAML that was causing a read error - it would have been fairly obvious if it checked this before loading the WAL.