mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 09:02:24 +08:00
Rendering: Store render key in remote cache (#22031)
By storing render key in remote cache it will enable image renderer to use public facing url or load balancer url to render images and thereby remove the requirement of image renderer having to use the url of the originating Grafana instance when running HA setup (multiple Grafana instances). Fixes #17704 Ref grafana/grafana-image-renderer#91
This commit is contained in:

committed by
GitHub

parent
9d7c74ef91
commit
d0a80c59f3
@ -143,7 +143,7 @@ func setupScenarioContext(url string) *scenarioContext {
|
||||
Delims: macaron.Delims{Left: "[[", Right: "]]"},
|
||||
}))
|
||||
|
||||
sc.m.Use(middleware.GetContextHandler(nil, nil))
|
||||
sc.m.Use(middleware.GetContextHandler(nil, nil, nil))
|
||||
|
||||
return sc
|
||||
}
|
||||
|
Reference in New Issue
Block a user