CI/CD Issue with SigNoz URL Filters

TLDR Claudio is working on CI/CD with SigNoz and faces issues with URL filters and timeRange. Srikanth suggested opening an issue on their GitHub page.

Photo of Claudio
Claudio
Tue, 17 Oct 2023 17:38:26 UTC

Hi guys, I am doing some *CI/CD* stuff with *SigNoz.* I want to deploy a kubernetes cluster on CI and send logs through k8s-infra to self-hosted SigNoz. But the most important thing is to create a url to see logs in one click. For example. putting the filters stuff (timestamp, k8s_namespace_name) When I add the *timeRange* to the URL it does not work as it should. For example in this url I am able to filter by key: k8s_namespace_name = signoz-test-2 But when I want to change the timeRange on start and end... it does not work. ```http://{{url}}/logs-explorer?options=%7B%22selectColumns%22%3A%5B%5D%2C%22maxLines%22%3A2%2C%22format%22%3A%22list%22%7D&timeRange=%7B%22start%22%3A1696176532000%2C%22end%22%3A1697472539000%2C%22pageSize%22%3A100%7D&compositeQuery=%257B%2522queryType%2522%253A%2522builder%2522%252C%2522builder%2522%253A%257B%2522queryData%2522%253A%255B%257B%2522dataSource%2522%253A%2522logs%2522%252C%2522queryName%2522%253A%2522A%2522%252C%2522aggregateOperator%2522%253A%2522noop%2522%252C%2522aggregateAttribute%2522%253A%257B%2522id%2522%253A%2522------false%2522%252C%2522dataType%2522%253A%2522%2522%252C%2522key%2522%253A%2522%2522%252C%2522isColumn%2522%253Afalse%252C%2522type%2522%253A%2522%2522%252C%2522isJSON%2522%253Afalse%257D%252C%2522filters%2522%253A%257B%2522items%2522%253A%255B%257B%2522id%2522%253A%252297ffe2d5%2522%252C%2522key%2522%253A%257B%2522key%2522%253A%2522k8s_namespace_name%2522%252C%2522dataType%2522%253A%2522string%2522%252C%2522type%2522%253A%2522resource%2522%252C%2522isColumn%2522%253Atrue%252C%2522isJSON%2522%253Afalse%252C%2522id%2522%253A%2522k8s_namespace_name--string--resource--true%2522%257D%252C%2522op%2522%253A%2522%253D%2522%252C%2522value%2522%253A%2522signoz-test-2%2522%257D%255D%252C%2522op%2522%253A%2522AND%2522%257D%252C%2522expression%2522%253A%2522A%2522%252C%2522disabled%2522%253Afalse%252C%2522having%2522%253A%255B%255D%252C%2522stepInterval%2522%253A4320%252C%2522limit%2522%253Anull%252C%2522orderBy%2522%253A%255B%257B%2522columnName%2522%253A%2522timestamp%2522%252C%2522order%2522%253A%2522desc%2522%257D%255D%252C%2522groupBy%2522%253A%255B%255D%252C%2522legend%2522%253A%2522%2522%252C%2522reduceTo%2522%253A%2522sum%2522%257D%255D%252C%2522queryFormulas%2522%253A%255B%255D%257D%252C%2522promql%2522%253A%255B%257B%2522name%2522%253A%2522A%2522%252C%2522query%2522%253A%2522%2522%252C%2522legend%2522%253A%2522%2522%252C%2522disabled%2522%253Afalse%257D%255D%252C%2522clickhouse_sql%2522%253A%255B%257B%2522name%2522%253A%2522A%2522%252C%2522legend%2522%253A%2522%2522%252C%2522disabled%2522%253Afalse%252C%2522query%2522%253A%2522%2522%257D%255D%252C%2522id%2522%253A%252245db06cd-a680-4c8e-ab98-422983a0eaa5%2522%257D```

Photo of Srikanth
Srikanth
Thu, 19 Oct 2023 06:58:16 UTC

This should work. Can you create an issue here ?