Skip to content

Commit

Permalink
Rewrite SupaBase occurrences to lowercase (grafana#1280)
Browse files Browse the repository at this point in the history
👆
  • Loading branch information
cristiangreco authored Jul 12, 2024
1 parent 0e5092c commit 368cc64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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

0 comments on commit 368cc64

Please sign in to comment.