From 505348c9b9aef840c5a399efe4113b7138748bd9 Mon Sep 17 00:00:00 2001 From: Mateusz Janota Date: Fri, 24 Oct 2025 08:22:35 +0200 Subject: [PATCH 1/2] feat: updated readme due to changes in api keys --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37b1876..4bf67c9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cp .env.example .env Fill it out with your project details. -1. To monitor a single project, fill out your `project ref` and `service role key`, which you can find [here](https://app.supabase.com/project/_/settings/api). +1. To monitor a single project, fill out your `project ref` and `secret key` (or `service role key` for legacy keys), which you can find [here](https://app.supabase.com/project/_/settings/api). 2. Alternatively, to monitor multiple projects you'll need to create an access token [here](https://supabase.com/dashboard/account/tokens). @@ -72,7 +72,7 @@ scrape_configs: scheme: https basic_auth: username: "service_role" - password: "YOUR SERVICE KEY" + password: "SECRET API KEY OR SERVICE_KEY FOR LEGACY KEYS" static_configs: - targets: [ ".supabase.co:443" @@ -94,7 +94,7 @@ As an example, if the identifier for your read replica is `foobarbaz-us-east-1-a metrics_path: "/customer/v1/privileged/metrics" basic_auth: username: service_role - password: __SUPABASE_SERVICE_ROLE_KEY__ + password: __SECRET_API_KEY_OR_SERVICE_KEY_FOR_LEGACY_KEYS__ static_configs: - targets: ["foobarbaz-us-east-1-abcdef.supabase.co"] labels: From e0b71bb861d8f559412c64482bd8ea06a6f9ac97 Mon Sep 17 00:00:00 2001 From: Mateusz Janota Date: Fri, 24 Oct 2025 08:24:33 +0200 Subject: [PATCH 2/2] feat: fixed link to api-keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf67c9..d8bbeae 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cp .env.example .env Fill it out with your project details. -1. To monitor a single project, fill out your `project ref` and `secret key` (or `service role key` for legacy keys), which you can find [here](https://app.supabase.com/project/_/settings/api). +1. To monitor a single project, fill out your `project ref` and `secret key` (or `service role key` for legacy keys), which you can find [here](https://app.supabase.com/project/_/settings/api-keys). 2. Alternatively, to monitor multiple projects you'll need to create an access token [here](https://supabase.com/dashboard/account/tokens).