changing monitoring ports to 6xxx family
This commit is contained in:
@@ -4,7 +4,7 @@ datasources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki:3100
|
||||
url: http://loki:6100
|
||||
isDefault: false
|
||||
jsonData:
|
||||
maxLines: 1000
|
||||
@@ -12,5 +12,5 @@ datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
url: http://prometheus:6090
|
||||
isDefault: true
|
||||
|
@@ -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/
|
||||
|
@@ -9,11 +9,11 @@ rule_files:
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
- targets: ['localhost:6090']
|
||||
|
||||
- job_name: 'node-exporter'
|
||||
static_configs:
|
||||
- targets: ['node-exporter:9100']
|
||||
- targets: ['node-exporter:6100']
|
||||
|
||||
- job_name: 'opencand-api'
|
||||
static_configs:
|
||||
|
@@ -1,12 +1,12 @@
|
||||
server:
|
||||
http_listen_port: 9080
|
||||
http_listen_port: 6080
|
||||
grpc_listen_port: 0
|
||||
|
||||
positions:
|
||||
filename: /tmp/positions.yaml
|
||||
|
||||
clients:
|
||||
- url: http://loki:3100/loki/api/v1/push
|
||||
- url: http://loki:6100/loki/api/v1/push
|
||||
|
||||
scrape_configs:
|
||||
# Docker container logs
|
||||
|
Reference in New Issue
Block a user