33 lines
708 B
YAML
33 lines
708 B
YAML
server:
|
|
http_listen_port: 9080
|
|
grpc_listen_port: 0
|
|
|
|
positions:
|
|
filename: /tmp/positions.yaml
|
|
|
|
clients:
|
|
- url: http://loki:3100/loki/api/v1/push
|
|
|
|
scrape_configs:
|
|
- job_name: 4nk_node_core_logs
|
|
static_configs:
|
|
- targets: [localhost]
|
|
labels:
|
|
job: 4nk_node_core
|
|
__path__: /workspace/logs/**/*.log
|
|
|
|
- job_name: 4nk_modules_logs
|
|
static_configs:
|
|
- targets: [localhost]
|
|
labels:
|
|
job: 4nk_modules
|
|
__path__: /workspace/modules/*/logs/**/*.log
|
|
|
|
- job_name: 4nk_projects_logs
|
|
static_configs:
|
|
- targets: [localhost]
|
|
labels:
|
|
job: 4nk_projects
|
|
__path__: /workspace/projects/*/*/logs/**/*.log
|
|
EOF
|