Replies: 2 comments 1 reply
-
You might already be aware, but note that |
Beta Was this translation helpful? Give feedback.
1 reply
-
Could you post your full config and some example data? We don't have enough information to help troubleshoot this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on reading csv's from a directory, transforming them into metrics, and sending them to Victoria Metrics. Everything works fine until I need to drop multiple csv files into that directory. (This would be a valid scenario since the files are being ftp'd from an Oracle Database and there is always a possibility of files getting backed up.) When I try to drop multiple files, I am getting duplicate values and less than the number of files dropped. For instance, I tried with 10 files, I see 5 unique values and 3 duplicates. In Victoria Metrics, the values I am expecting from the 10 csv's are:
Client - 953
Client - 1401
Client - 1158
Client - 1278...
Source:
Sink:
Beta Was this translation helpful? Give feedback.
All reactions