Unable to Visualize Go Runtime Metrics in SkyWalking Under Service Instance Golang Section #12562
Unanswered
vishalkadam18
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I don't think there is a config. @mrproliu ? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team,
I successfully integrated the SkyWalking Go agent with my Go application, and the application is being monitored in the SkyWalking UI. However, I'm unable to see the following Go runtime metrics visualized under the service instance Golang section:
meter_instance_golang_memory_heap_labeled
meter_instance_golang_live_goroutines_num
meter_instance_golang_os_threads_num
meter_instance_golang_sched_latencies
meter_instance_golang_gc_count_labeled
meter_instance_golang_gc_pauses
meter_instance_golang_gc_heap_goal
meter_instance_golang_heap_frees
meter_instance_golang_heap_alloc_rate
meter_instance_golang_gc_heap_objects
meter_instance_golang_gc_heap_frees_by_size
meter_instance_golang_gc_heap_allocs_by_size
meter_instance_golang_cgo_calls
meter_instance_golang_metadata_mspan_labeled
meter_instance_golang_metadata_mcache_labeled
Is there a specific configuration or step required to enable the visualization of these metrics, or is this a known limitation?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions