diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2024-05-13 17:16:17 +0200 |
---|---|---|
committer | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2024-05-31 19:55:17 +0200 |
commit | 0eb465531ca97aa5b932ec5752b1bdfea3181d9f (patch) | |
tree | 0ba1169b9f2d2520eb866e1c2f9755480ed06f84 /tools/grafana | |
parent | Add check_instance_ready management command (#15238) (diff) | |
download | awx-0eb465531ca97aa5b932ec5752b1bdfea3181d9f.tar.xz awx-0eb465531ca97aa5b932ec5752b1bdfea3181d9f.zip |
Centralized logging via otel
Diffstat (limited to 'tools/grafana')
-rw-r--r-- | tools/grafana/datasources/loki_source.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/grafana/datasources/loki_source.yml b/tools/grafana/datasources/loki_source.yml new file mode 100644 index 0000000000..4a6c740f34 --- /dev/null +++ b/tools/grafana/datasources/loki_source.yml @@ -0,0 +1,11 @@ +--- +apiVersion: 1 + +datasources: + - name: Loki + type: loki + access: proxy + url: http://loki:3100 + jsonData: + timeout: 60 + maxLines: 100000 |