We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
A JS bug causes start timestamp for the 12 hour and 24 hour lookback to be the same as the end timestamp.
Steps to reproduce the issue:
Describe the results you received:
The start and end timestamps GET query parameters are the same.
Describe the results you expected:
The start timestamp should be the adjusted based on the lookback.
The text was updated successfully, but these errors were encountered:
fixes #167: 2 digit lookback (12h, 24h) parsing (#168)
da464e5
* fix 2 digit lookback (12h, 24h) parsing Signed-off-by: golonzovsky <[email protected]> * add double digit lookback options parsing test Signed-off-by: golonzovsky <[email protected]>
fixes jaegertracing#167: 2 digit lookback (12h, 24h) parsing (jaegert…
a08bb44
…racing#168) * fix 2 digit lookback (12h, 24h) parsing Signed-off-by: golonzovsky <[email protected]> * add double digit lookback options parsing test Signed-off-by: golonzovsky <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
Successfully merging a pull request may close this issue.
Description
A JS bug causes start timestamp for the 12 hour and 24 hour lookback to be the same as the end timestamp.
Steps to reproduce the issue:
Describe the results you received:
The start and end timestamps GET query parameters are the same.
Describe the results you expected:
The start timestamp should be the adjusted based on the lookback.
The text was updated successfully, but these errors were encountered: