-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid startDate is passed #528
Labels
Comments
Unfortunately this is an upstream client_golang bug (prometheus/client_golang#621) -- TLDR the client requires a |
jacksontj
added a commit
that referenced
this issue
Mar 22, 2023
This will (with the new upstream client change) not send the start/end to the downstream API Fixes #528
jacksontj
added a commit
that referenced
this issue
Mar 22, 2023
This will (with the new upstream client change) not send the start/end to the downstream API Fixes #528
jacksontj
added a commit
that referenced
this issue
Mar 22, 2023
This will (with the new upstream client change) not send the start/end to the downstream API Fixes #528
jacksontj
added a commit
that referenced
this issue
Mar 22, 2023
This will (with the new upstream client change) not send the start/end to the downstream API Fixes #528
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We started using Promxy to aggregate metrics from Thanos and VictoriaMetrics.
This works fine, except that we have issues with /series call's without a start/end timestamp included.
As you see it passes startTime="-292273086-05-16 16:47:06 +0000 UTC" to the backend, which seems to be unable to parse this and returns no results.
When passing start=1 (0 doesn't work neither) to the /series call, then you get results. But without specifying a start value, it returns an emply resultset.
The text was updated successfully, but these errors were encountered: