diff options
author | Alan Rominger <arominge@redhat.com> | 2022-06-16 21:41:06 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2022-06-16 21:42:10 +0200 |
commit | 372aa362076dd435870e2ace57bbd6e626171929 (patch) | |
tree | 5cb3d6d233fcbd700e2a16d959cc76549dad7e2d /.gitignore | |
parent | Remove existing yml file for prometheus (diff) | |
download | awx-372aa362076dd435870e2ace57bbd6e626171929.tar.xz awx-372aa362076dd435870e2ace57bbd6e626171929.zip |
Make the prometheus config file ignored by git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a5d367158c..4c735efb47 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ awx/ui/build awx/ui/.env.local awx/ui/instrumented rsyslog.pid -tools/prometheus tools/docker-compose/ansible/awx_dump.sql tools/docker-compose/Dockerfile tools/docker-compose/_build @@ -154,6 +153,9 @@ use_dev_supervisor.txt /sanity/ /awx_collection_build/ +# Setup for metrics gathering +tools/prometheus/prometheus.yml + .idea/* *.unison.tmp *.# |