hi, we've updated SigNoz to 0.49.1 (self hosted k8s setup, chart 0.45.2) and a link that was previously working https://<our_domain>/api/v3/query_range now drops "404 page not found". Is this a bug or during the upgrade something changed?
s
Srikanth Chekuri
07/17/2024, 1:16 PM
nothing about the endpoint changed
w
WD
07/18/2024, 7:11 AM
We tried to POST insted of GET and we got:
{"status":"error","errorType":"unauthorized","error":"failed to parse jwt token: token contains an invalid number of segments"}
But our Settings page doesn't have the Access Token subpage as suggested in https://signoz.io/docs/logs-management/logs-api/overview/ . We are using the CE, is this only available in Enterprise version? (somehow it was working for us until latest update)
WD
07/23/2024, 5:54 AM
@Srikanth Chekuri ?
s
Srikanth Chekuri
07/23/2024, 5:02 PM
We are using the CE, is this only available in Enterprise version?
Yes, are you sure you are not mixing the jwt token with this?
w
WD
07/24/2024, 8:24 AM
I might be mixing stuff, I don't know really, we never used the EE version, only the CE one (or the version that comes from the helm chart) and until the 0.49.1 upgrade the /api/v3/query_range link wasn't throwing a 404 error. That's why I'm trying to find out why it stopped working 🙂
s
Srikanth Chekuri
07/24/2024, 8:28 AM
It still shouldn't throw error because it is not removed.
Srikanth Chekuri
07/24/2024, 8:29 AM
Nothing has changed about the endpoint. You can look at the source code and git blame to verify it. I am not sure what happened in your case.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.