Skip to content
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

Error setting query and store response timeouts #74

Open
lanecm opened this issue Nov 17, 2020 · 0 comments
Open

Error setting query and store response timeouts #74

lanecm opened this issue Nov 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lanecm
Copy link

lanecm commented Nov 17, 2020

Describe the bug

When trying to set:

apiVersion: monitoring.banzaicloud.io/v1alpha1
kind: Thanos
metadata:
  name: thanos
  namespace: monitoring
spec:
  query:
    queryTimeout: 120s
    storeResponseTimeout: 120s

I get the following error from thanos-query pod:

Error parsing commandline arguments: not a valid duration string: "&Duration{Duration:2m0s,}"

Seems like the string value based to thanos query is not right?

Steps to reproduce the issue:

Apply the above yaml for Thanos.

Expected behavior

Expected the query and store response timeouts to be set to 120s.

Screenshots

N/A

Additional context

Please let me know if you need additional information!

@tarokkk tarokkk self-assigned this Feb 26, 2021
@tarokkk tarokkk added the bug Something isn't working label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants