You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "morningman (via GitHub)" <gi...@apache.org> on 2023/04/18 03:04:42 UTC

[GitHub] [doris] morningman commented on a diff in pull request #18767: [typo](docs) optimization Monitoring and alarming doc

morningman commented on code in PR #18767:
URL: https://github.com/apache/doris/pull/18767#discussion_r1169439992


##########
docs/en/docs/admin-manual/maint-monitor/monitor-alert.md:
##########
@@ -63,42 +63,43 @@ Doris's monitoring data is exposed through the HTTP interface of Frontend and Ba
 Users will see the following monitoring item results (for example, FE partial monitoring items):
 
     ```
-    # HELP  jvm_heap_size_bytes jvm heap stat
-    # TYPE  jvm_heap_size_bytes gauge
-    jvm_heap_size_bytes{type="max"} 41661235200
-    jvm_heap_size_bytes{type="committed"} 19785285632
-    jvm_heap_size_bytes{type="used"} 10113221064
-    # HELP  jvm_non_heap_size_bytes jvm non heap stat
-    # TYPE  jvm_non_heap_size_bytes gauge
-    jvm_non_heap_size_bytes{type="committed"} 105295872
-    jvm_non_heap_size_bytes{type="used"} 103184784
-    # HELP  jvm_young_size_bytes jvm young mem pool stat
-    # TYPE  jvm_young_size_bytes gauge
-    jvm_young_size_bytes{type="used"} 6505306808
-    jvm_young_size_bytes{type="peak_used"} 10308026368
-    jvm_young_size_bytes{type="max"} 10308026368
-    # HELP  jvm_old_size_bytes jvm old mem pool stat
-    # TYPE  jvm_old_size_bytes gauge
-    jvm_old_size_bytes{type="used"} 3522435544
-    jvm_old_size_bytes{type="peak_used"} 6561017832
-    jvm_old_size_bytes{type="max"} 30064771072
-    # HELP  jvm_direct_buffer_pool_size_bytes jvm direct buffer pool stat
-    # TYPE  jvm_direct_buffer_pool_size_bytes gauge
-    jvm_direct_buffer_pool_size_bytes{type="count"} 91
-    jvm_direct_buffer_pool_size_bytes{type="used"} 226135222
-    jvm_direct_buffer_pool_size_bytes{type="capacity"} 226135221
-    # HELP  jvm_young_gc jvm young gc stat
-    # TYPE  jvm_young_gc gauge
-    jvm_young_gc{type="count"} 2186
-    jvm_young_gc{type="time"} 93650
-    # HELP  jvm_old_gc jvm old gc stat
-    # TYPE  jvm_old_gc gauge
-    jvm_old_gc{type="count"} 21
-    jvm_old_gc{type="time"} 58268
-    # HELP  jvm_thread jvm thread stat
-    # TYPE  jvm_thread gauge
-    jvm_thread{type="count"} 767
-    jvm_thread{type="peak_count"} 831
+      # HELP  jvm_heap_size_bytes jvm heap stat

Review Comment:
   There should no space in front of



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org