Skip to content

Commit

Permalink
Make go_memstats_alloc_bytes type native_dynamic (#19315)
Browse files Browse the repository at this point in the history
* Make `go_memstats_alloc_bytes` type `native_dynamic`

* Lint
  • Loading branch information
Kyle-Neale authored Dec 27, 2024
1 parent 80f22d1 commit eadaa1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 eadaa1c

Please sign in to comment.