Skip to content

Commit

Permalink
Add missing Go metric to metadata.csv (#19314)
Browse files Browse the repository at this point in the history
* Add missing Go metric to metadata.csv

* Fixes
  • Loading branch information
Kyle-Neale authored Dec 27, 2024
1 parent eadaa1c commit 7a9e725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ supabase.go.gc.duration.seconds.count,count,,,,,0,supabase,,,
supabase.go.gc.duration.seconds.quantile,gauge,,,,,0,supabase,,,
supabase.go.gc.duration.seconds.sum,count,,,,,0,supabase,,,
supabase.go.goroutines,gauge,,,,,0,supabase,,,
supabase.go.memstats.alloc_bytes,gauge,,,,,0,supabase,,,
supabase.go.memstats.alloc_bytes.count,count,,,,,0,supabase,,,
supabase.go.memstats.buck_hash.sys_bytes,gauge,,,,,0,supabase,,,
supabase.go.memstats.frees.count,count,,,,,0,supabase,,,
supabase.go.memstats.gc.sys_bytes,gauge,,,,,0,supabase,,,
Expand Down
2 changes: 2 additions & 0 deletions supabase/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def get_fixture_path(filename):
'supabase.go.gc.duration.seconds.quantile',
'supabase.go.gc.duration.seconds.sum',
'supabase.go.goroutines',
'supabase.go.memstats.alloc_bytes',
'supabase.go.memstats.alloc_bytes.count',
'supabase.go.memstats.buck_hash.sys_bytes',
'supabase.go.memstats.frees.count',
'supabase.go.memstats.gc.sys_bytes',
Expand Down

0 comments on commit 7a9e725

Please sign in to comment.