Skip to content
Discussion options

You must be logged in to vote

Hi @AdwaitKulkarni58,

--watch-config-method poll seems like an appropriate workaround when filesystem events are unreliable. There is no separate /reload endpoint; the watcher and SIGHUP use Vector’s normal reload path.

Invalid configs abort the reload. If building the new topology fails, Vector attempts to restore the previous one; if restoration fails, Vector exits rather than continuing in a partial state. For monitoring, reloaded_total records successful reloads. Failures are exposed through component_errors_total.

"vector validate" catches syntax errors and unknown component types, but not things like empty inputs. Does reload have the same blind spot?

This is unexpected. Can you p…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AdwaitKulkarni58
Comment options

@pront
Comment options

Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: kubernetes Anything `kubernetes` platform related domain: reload Anything related to reloading Vector (updating configuration)
2 participants