changing monitoring ports to 6xxx family
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
auth_enabled: false
|
||||
|
||||
server:
|
||||
http_listen_port: 3100
|
||||
grpc_listen_port: 9096
|
||||
http_listen_port: 6100
|
||||
grpc_listen_port: 6096
|
||||
|
||||
common:
|
||||
path_prefix: /loki
|
||||
@@ -34,7 +34,7 @@ schema_config:
|
||||
period: 24h
|
||||
|
||||
ruler:
|
||||
alertmanager_url: http://localhost:9093
|
||||
alertmanager_url: http://localhost:6093
|
||||
|
||||
# By default, Loki will send anonymous, but uniquely-identifiable usage and configuration
|
||||
# analytics to Grafana Labs. These statistics are sent to https://stats.grafana.org/
|
||||
|
Reference in New Issue
Block a user