mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Fix silly typo: handle extra_data in /prometheus/api/v1/query
This commit is contained in:
parent
98f1c7e60e
commit
d60bba8867
1 changed files with 1 additions and 0 deletions
|
@ -764,6 +764,7 @@ func QueryHandler(qt *querytracer.Tracer, startTime time.Time, w http.ResponseWr
|
|||
LookbackDelta: lookbackDelta,
|
||||
RoundDigits: getRoundDigits(r),
|
||||
EnforcedTagFilterss: etfs,
|
||||
ExternalData: promql.ParseExternalData(r.Form["extra_data"]),
|
||||
GetRequestURI: func() string {
|
||||
return httpserver.GetRequestURI(r)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue