Skip to content

Commit 7a9e725

Browse files
authored
Add missing Go metric to metadata.csv (#19314)
* Add missing Go metric to metadata.csv * Fixes
1 parent eadaa1c commit 7a9e725

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

supabase/metadata.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ supabase.go.gc.duration.seconds.count,count,,,,,0,supabase,,,
1212
supabase.go.gc.duration.seconds.quantile,gauge,,,,,0,supabase,,,
1313
supabase.go.gc.duration.seconds.sum,count,,,,,0,supabase,,,
1414
supabase.go.goroutines,gauge,,,,,0,supabase,,,
15+
supabase.go.memstats.alloc_bytes,gauge,,,,,0,supabase,,,
16+
supabase.go.memstats.alloc_bytes.count,count,,,,,0,supabase,,,
1517
supabase.go.memstats.buck_hash.sys_bytes,gauge,,,,,0,supabase,,,
1618
supabase.go.memstats.frees.count,count,,,,,0,supabase,,,
1719
supabase.go.memstats.gc.sys_bytes,gauge,,,,,0,supabase,,,

supabase/tests/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def get_fixture_path(filename):
5757
'supabase.go.gc.duration.seconds.quantile',
5858
'supabase.go.gc.duration.seconds.sum',
5959
'supabase.go.goroutines',
60+
'supabase.go.memstats.alloc_bytes',
61+
'supabase.go.memstats.alloc_bytes.count',
6062
'supabase.go.memstats.buck_hash.sys_bytes',
6163
'supabase.go.memstats.frees.count',
6264
'supabase.go.memstats.gc.sys_bytes',

0 commit comments

Comments
 (0)