mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
Centralized logging via otel
This commit is contained in:
committed by
Chris Meyers
parent
d0fe0ed796
commit
0eb465531c
11
tools/grafana/datasources/loki_source.yml
Normal file
11
tools/grafana/datasources/loki_source.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki:3100
|
||||
jsonData:
|
||||
timeout: 60
|
||||
maxLines: 100000
|
||||
Reference in New Issue
Block a user