chore: add event for query range v5 (#8639)

I am also using the referrer to derive the information, as it requires some development effort to have the frontend send this information.
This commit is contained in:
Srikanth Chekuri
2025-07-28 23:05:44 +05:30
committed by GitHub
parent 4888491a79
commit 9a06603ff3
7 changed files with 164 additions and 163 deletions

View File

@@ -59,7 +59,7 @@ func NewAPIHandler(opts APIHandlerOptions, signoz *signoz.SigNoz) (*APIHandler,
LicensingAPI: httplicensing.NewLicensingAPI(signoz.Licensing),
FieldsAPI: fields.NewAPI(signoz.Instrumentation.ToProviderSettings(), signoz.TelemetryStore),
Signoz: signoz,
QuerierAPI: querierAPI.NewAPI(signoz.Instrumentation.ToProviderSettings(), signoz.Querier),
QuerierAPI: querierAPI.NewAPI(signoz.Instrumentation.ToProviderSettings(), signoz.Querier, signoz.Analytics),
})
if err != nil {