You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1st let me say I am sorry if this is a dumb question.
I am trying to send Metrics from a Linux server (csv file) to Victoria metrics.
challenges:
I don't have access to the server I only built out toml on test server that I did have access to.
I am reliant on the team that owns the server to send me the errors log
files are received every minute
purge will only keep last 5 minutes' worth of files
Issue:
the service will successfully scape metrics for a few hours and then it just stops scraping. the only error message they found and sent to me says. WARN source(component_kind="source" component_id=(toml name) component_type=file component_name=(toml name)):file_server: vector::internal_events::file::source: Currently ignoring file too small to fingerprint. (file address)
my source has the following fingerprint set: fingerprint.lines=2 fingerprint.strategy="checksum" fingerprint.ignored_header_bytes = 0
The header will be exactly the same for each csv it is in the second row starting in 4th column that we start seeing metrics values.
if we receive an empty file will that cause the error above and will that also cause Vector to stop scraping?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
1st let me say I am sorry if this is a dumb question.
I am trying to send Metrics from a Linux server (csv file) to Victoria metrics.
challenges:
Issue:
the service will successfully scape metrics for a few hours and then it just stops scraping. the only error message they found and sent to me says.
WARN source(component_kind="source" component_id=(toml name) component_type=file component_name=(toml name)):file_server: vector::internal_events::file::source: Currently ignoring file too small to fingerprint. (file address)
my source has the following fingerprint set:
fingerprint.lines=2 fingerprint.strategy="checksum" fingerprint.ignored_header_bytes = 0
The header will be exactly the same for each csv it is in the second row starting in 4th column that we start seeing metrics values.
if we receive an empty file will that cause the error above and will that also cause Vector to stop scraping?
Beta Was this translation helpful? Give feedback.
All reactions