Replies: 2 comments 2 replies
-
I made a simple comparison between how Vector is behaving vs Prometheus agent: Prometheus agent is sending data points in order like this:
but vector is sending in wrong order, i believe thats why it is like that:
it is a simple test i wrote to check how they are sending data. server which mocks prometheus remote write api:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
could you please take a look at this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m currently testing a setup where:
Here’s the issue:
I believe Vector should handle it since i tested the same thing using prometheus agent and it works without any issue.
Could someone please help me figure out how to preserve these timestamps so I don’t have gaps?
Below is my Vector B configuration:
Beta Was this translation helpful? Give feedback.
All reactions