prometheus/web
Oleg Zaytsev 3c400d443d
Accept promql.Engine interface in v1.NewAPI() (#10050)
Instead of requesting a concrete type. This would allow other
implementations that use the same API to replace or wrap the engine
implementation while maintaining the same API.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
2021-12-21 11:22:40 +01:00
..
api/v1 Accept promql.Engine interface in v1.NewAPI() (#10050) 2021-12-21 11:22:40 +01:00
ui Update package-lock.json 2021-12-20 22:00:23 +01:00
federate_test.go web: prepare TestFederation_NotReady test for parallel execution 2021-11-10 09:40:43 +01:00
federate.go storage: Consolidate iterator method names (Values -> At) (#9888) 2021-11-29 11:16:40 +01:00
web_test.go fix missing db.Close() in web_test.go in order to avoid goroutine leak (#10035) 2021-12-20 17:37:53 +05:30
web.go Adapt UI for Prometheus Agent (#9851) 2021-11-30 11:21:07 +01:00