console: remove proxy to Grafana

This is not really our job to do that.
This commit is contained in:
Vincent Bernat
2022-04-07 11:07:38 +02:00
parent 90fb16aa33
commit bbe6fdb635
3 changed files with 0 additions and 81 deletions

View File

@@ -2,8 +2,6 @@ package console
// Configuration describes the configuration for the console component.
type Configuration struct {
// GrafanaURL is the URL to acess Grafana.
GrafanaURL string
// ServeLiveFS serve files from the filesystem instead of the embedded versions.
ServeLiveFS bool
}