Hey team
I have self hosted SigNoz in a k8s cluster, and exposed the query service via ingress.
I am hitting
/api/v1/query_range
, but getting a 401 status code. As far as I know, self hosted SigNoz does note require an access token right ?
n
nitya-signoz
07/03/2024, 9:00 AM
it requires jwt, the endpoints are not open
p
Prakhar Gurunani
07/03/2024, 9:10 AM
@nitya-signoz how can I get it ? The settings page does not have a "Access Token" page
n
nitya-signoz
07/03/2024, 9:16 AM
the api keys are part of enterprise edition, meanwhile just for accessing the API you can copy the jwt from browser and use it but it will expire after sometime.
👍 1
p
Prakhar Gurunani
07/03/2024, 9:17 AM
Ok @nitya-signoz. Is there any API reference for the query service ?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.