From d3d76d7d4eb265d4a248af73999ee30fad07e48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=A7?= <90313638+actualwitch@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:49:57 +0100 Subject: [PATCH] Update README.md Co-authored-by: Brett Beutell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a81a190..6869d41 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Configure these labels by setting the following environment variables: | `repository_url` | `AUTOMETRICS_REPOSITORY_URL` | `""`\* | | `repository_provider` | `AUTOMETRICS_REPOSITORY_PROVIDER` | `""`\* | -\* Autometrics will attempt to automagically infer these values from git config inside working directory. To disable this behavior, explicitly set the corresponding setting or environment variable to `""`. +\* Autometrics will attempt to automagically infer these values from the git config inside your working directory. To disable this behavior, explicitly set the corresponding setting or environment variable to `""`. This follows the method outlined in [Exposing the software version to Prometheus](https://www.robustperception.io/exposing-the-software-version-to-prometheus/).