Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite SupaBase occurrences to lowercase #1280

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions supabase-mixin/.lint
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
exclusions:
template-instance-rule:
reason: "SupaBase instance filtering is accomplished by the project"
reason: "Supabase instance filtering is accomplished by the project"
template-job-rule:
reason: "SupaBase instance filtering is accomplished by the project"
reason: "Supabase instance filtering is accomplished by the project"
target-instance-rule:
reason: "SupaBase instance filtering is accomplished by the project"
reason: "Supabase instance filtering is accomplished by the project"
target-job-rule:
reason: "SupaBase instance filtering is accomplished by the project"
reason: "Supabase instance filtering is accomplished by the project"
panel-units-rule:
reason: "Unit set as Number(none)"
reason: "Unit set as Number(none)"
12 changes: 6 additions & 6 deletions supabase-mixin/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SupaBase Mixin
# Supabase Mixin

The SupaBase mixin is a configurable Grafana dashboard.
The Supabase mixin is a configurable Grafana dashboard.

The SupaBase mixin contains the following dashboard:
The Supabase mixin contains the following dashboard:

- SupaBase
- Supabase

## SupaBase Dashboard Overview
SupaBase dashboard provides details on the overall status of the SupaBase project including the database related metrics. The dashboard includes visualizations for requests, overall project stats. The dashboard is sourced from https://github.com/supabase/supabase-grafana
## Supabase Dashboard Overview
Supabase dashboard provides details on the overall status of the Supabase project including the database related metrics. The dashboard includes visualizations for requests, overall project stats. The dashboard is sourced from https://github.com/supabase/supabase-grafana

## Tools
To use them, you need to have `mixtool` and `jsonnetfmt` installed. If you have a working Go development environment, it's easiest to run the following:
Expand Down
Loading