fix: set prometheus datasource url to 192.168.0.105:9090
This commit is contained in:
@ -63,7 +63,7 @@ datasources = [
|
||||
name = "prometheus"
|
||||
uid = "prometheus"
|
||||
type = "prometheus"
|
||||
url = "http://localhost:8481/select/0/prometheus"
|
||||
url = "http://192.168.0.105:9090"
|
||||
access_mode = "proxy"
|
||||
is_default = true
|
||||
basic_auth = false
|
||||
|
||||
@ -63,7 +63,7 @@ datasources = [
|
||||
name = "prometheus"
|
||||
uid = "prometheus"
|
||||
type = "prometheus"
|
||||
url = "http://localhost:8481/select/0/prometheus"
|
||||
url = "http://192.168.0.105:9090"
|
||||
access_mode = "proxy"
|
||||
is_default = true
|
||||
basic_auth = false
|
||||
|
||||
Reference in New Issue
Block a user