Skip to content

Commit

Permalink
Make go_memstats_alloc_bytes type native_dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Dec 27, 2024
1 parent 80f22d1 commit c364ed0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
DEFAULT_GO_METRICS = {
'go_gc_duration_seconds': 'go.gc.duration.seconds',
'go_goroutines': 'go.goroutines',
'go_memstats_alloc_bytes': 'go.memstats.alloc_bytes',
'go_memstats_alloc_bytes': {
'name': 'go.memstats.alloc_bytes',
'type': 'native_dynamic'
},
'go_memstats_buck_hash_sys_bytes': 'go.memstats.buck_hash.sys_bytes',
'go_memstats_frees': 'go.memstats.frees',
'go_memstats_gc_cpu_fraction': 'go.memstats.gc.cpu_fraction',
Expand Down

0 comments on commit c364ed0

Please sign in to comment.