Toolverse
All skills

supabase-observability

by jeremylongshore

Execute set up comprehensive observability for Supabase integrations with metrics, traces, and alerts.\nUse when implementing monitoring for Supabase operations, setting up dashboards,\nor configuring alerting for Supabase integration health.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend

About this skill

Execute set up comprehensive observability for Supabase integrations with metrics, traces, and alerts.\nUse when implementing monitoring for Supabase operations, setting up dashboards,\nor configuring alerting for Supabase integration health.\nTrigger with phrases like \

How to use

  1. Zainstaluj Supabase CLI poleceniem npx supabase --version, aby sprawdzić dostępność narzędzia. 2. Połącz swój projekt Supabase za pomocą supabase link --project-ref <ref>, gdzie <ref> to identyfikator projektu. 3. Otwórz Dashboard Supabase i przejdź do sekcji Reports, aby przeglądać wbudowane raporty: API Requests (liczba żądań, czasy odpowiedzi, błędy), Database (aktywne połączenia, liczba zapytań, opóźnienie replikacji), Auth Usage (rejestracje, logowania, nieudane próby) oraz Storage i Realtime. 4. Użyj CLI do głębokich diagnostyk PostgreSQL poleceniami supabase inspect db, które pokazują szczegółowe informacje o bazie danych. 5. Włącz pg_stat_statements w konfiguracji bazy danych, aby analizować wydajność zapytań SQL i identyfikować wąskie gardła. 6. Skonfiguruj log drains (dostępne w planie Pro lub wyższym) do przesyłania logów do zewnętrznych systemów agregacji, a następnie ustaw alerty na podstawie progów limitów i anomalii w metrykach.

Related skills