krutoileshii commented on issue #10091:
URL: https://github.com/apache/seatunnel/issues/10091#issuecomment-3729620710

   I am experiencing something slightly different, but might be related: Seem 
to be missing all of the hazelcasts metrics only JVM side:
   
   ```
   # HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector 
in seconds.
   # TYPE jvm_gc_collection_seconds summary
   jvm_gc_collection_seconds_count{gc="G1 Young Generation",} 14.0
   jvm_gc_collection_seconds_sum{gc="G1 Young Generation",} 0.103
   jvm_gc_collection_seconds_count{gc="G1 Old Generation",} 0.0
   jvm_gc_collection_seconds_sum{gc="G1 Old Generation",} 0.0
   # HELP jvm_buffer_pool_used_bytes Used bytes of a given JVM buffer pool.
   # TYPE jvm_buffer_pool_used_bytes gauge
   jvm_buffer_pool_used_bytes{pool="mapped",} 0.0
   jvm_buffer_pool_used_bytes{pool="direct",} 665794.0
   # HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer 
pool.
   # TYPE jvm_buffer_pool_capacity_bytes gauge
   jvm_buffer_pool_capacity_bytes{pool="mapped",} 0.0
   jvm_buffer_pool_capacity_bytes{pool="direct",} 665791.0
   # HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool.
   # TYPE jvm_buffer_pool_used_buffers gauge
   jvm_buffer_pool_used_buffers{pool="mapped",} 0.0
   jvm_buffer_pool_used_buffers{pool="direct",} 87.0
   # HELP jvm_memory_pool_allocated_bytes_total Total bytes allocated in a 
given JVM memory pool. Only updated after GC, not continuously.
   # TYPE jvm_memory_pool_allocated_bytes_total counter
   jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'profiled nmethods'",} 
2.953984E7
   jvm_memory_pool_allocated_bytes_total{pool="G1 Old Gen",} 1.52406384E8
   jvm_memory_pool_allocated_bytes_total{pool="G1 Eden Space",} 1.818230784E9
   jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-profiled 
nmethods'",} 9820160.0
   jvm_memory_pool_allocated_bytes_total{pool="G1 Survivor Space",} 3.0408704E7
   jvm_memory_pool_allocated_bytes_total{pool="Compressed Class Space",} 
1.0505432E7
   jvm_memory_pool_allocated_bytes_total{pool="Metaspace",} 8.9939168E7
   jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-nmethods'",} 
1741440.0
   # HELP jvm_classes_currently_loaded The number of classes that are currently 
loaded in the JVM
   # TYPE jvm_classes_currently_loaded gauge
   jvm_classes_currently_loaded 15146.0
   # HELP jvm_classes_loaded_total The total number of classes that have been 
loaded since the JVM has started execution
   # TYPE jvm_classes_loaded_total counter
   jvm_classes_loaded_total 15146.0
   # HELP jvm_classes_unloaded_total The total number of classes that have been 
unloaded since the JVM has started execution
   # TYPE jvm_classes_unloaded_total counter
   jvm_classes_unloaded_total 0.0
   # HELP jvm_info VM version info
   # TYPE jvm_info gauge
   jvm_info{runtime="OpenJDK Runtime Environment",vendor="Oracle 
Corporation",version="11+28",} 1.0
   # HELP jvm_memory_objects_pending_finalization The number of objects waiting 
in the finalizer queue.
   # TYPE jvm_memory_objects_pending_finalization gauge
   jvm_memory_objects_pending_finalization 0.0
   # HELP jvm_memory_bytes_used Used bytes of a given JVM memory area.
   # TYPE jvm_memory_bytes_used gauge
   jvm_memory_bytes_used{area="heap",} 2.63576576E8
   jvm_memory_bytes_used{area="nonheap",} 1.4313776E8
   # HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory 
area.
   # TYPE jvm_memory_bytes_committed gauge
   jvm_memory_bytes_committed{area="heap",} 6.5536E8
   jvm_memory_bytes_committed{area="nonheap",} 1.4927872E8
   # HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area.
   # TYPE jvm_memory_bytes_max gauge
   jvm_memory_bytes_max{area="heap",} 4.106223616E9
   jvm_memory_bytes_max{area="nonheap",} 3.472883712E9
   # HELP jvm_memory_bytes_init Initial bytes of a given JVM memory area.
   # TYPE jvm_memory_bytes_init gauge
   jvm_memory_bytes_init{area="heap",} 2.57949696E8
   jvm_memory_bytes_init{area="nonheap",} 7667712.0
   # HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool.
   # TYPE jvm_memory_pool_bytes_used gauge
   jvm_memory_pool_bytes_used{pool="CodeHeap 'non-nmethods'",} 1742208.0
   jvm_memory_pool_bytes_used{pool="Metaspace",} 9.0533112E7
   jvm_memory_pool_bytes_used{pool="CodeHeap 'profiled nmethods'",} 3.012096E7
   jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 1.0577256E7
   jvm_memory_pool_bytes_used{pool="G1 Eden Space",} 1.42606336E8
   jvm_memory_pool_bytes_used{pool="G1 Old Gen",} 1.02095872E8
   jvm_memory_pool_bytes_used{pool="G1 Survivor Space",} 1.8874368E7
   jvm_memory_pool_bytes_used{pool="CodeHeap 'non-profiled nmethods'",} 
1.0164224E7
   # HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory 
pool.
   # TYPE jvm_memory_pool_bytes_committed gauge
   jvm_memory_pool_bytes_committed{pool="CodeHeap 'non-nmethods'",} 2555904.0
   jvm_memory_pool_bytes_committed{pool="Metaspace",} 9.4195712E7
   jvm_memory_pool_bytes_committed{pool="CodeHeap 'profiled nmethods'",} 
3.0212096E7
   jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 1.2091392E7
   jvm_memory_pool_bytes_committed{pool="G1 Eden Space",} 3.94264576E8
   jvm_memory_pool_bytes_committed{pool="G1 Old Gen",} 2.42221056E8
   jvm_memory_pool_bytes_committed{pool="G1 Survivor Space",} 1.8874368E7
   jvm_memory_pool_bytes_committed{pool="CodeHeap 'non-profiled nmethods'",} 
1.0223616E7
   # HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool.
   # TYPE jvm_memory_pool_bytes_max gauge
   jvm_memory_pool_bytes_max{pool="CodeHeap 'non-nmethods'",} 5836800.0
   jvm_memory_pool_bytes_max{pool="Metaspace",} 2.147483648E9
   jvm_memory_pool_bytes_max{pool="CodeHeap 'profiled nmethods'",} 1.22908672E8
   jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9
   jvm_memory_pool_bytes_max{pool="G1 Eden Space",} -1.0
   jvm_memory_pool_bytes_max{pool="G1 Old Gen",} 4.106223616E9
   jvm_memory_pool_bytes_max{pool="G1 Survivor Space",} -1.0
   jvm_memory_pool_bytes_max{pool="CodeHeap 'non-profiled nmethods'",} 
1.22912768E8
   # HELP jvm_memory_pool_bytes_init Initial bytes of a given JVM memory pool.
   # TYPE jvm_memory_pool_bytes_init gauge
   jvm_memory_pool_bytes_init{pool="CodeHeap 'non-nmethods'",} 2555904.0
   jvm_memory_pool_bytes_init{pool="Metaspace",} 0.0
   jvm_memory_pool_bytes_init{pool="CodeHeap 'profiled nmethods'",} 2555904.0
   jvm_memory_pool_bytes_init{pool="Compressed Class Space",} 0.0
   jvm_memory_pool_bytes_init{pool="G1 Eden Space",} 2.7262976E7
   jvm_memory_pool_bytes_init{pool="G1 Old Gen",} 2.3068672E8
   jvm_memory_pool_bytes_init{pool="G1 Survivor Space",} 0.0
   jvm_memory_pool_bytes_init{pool="CodeHeap 'non-profiled nmethods'",} 
2555904.0
   # HELP jvm_memory_pool_collection_used_bytes Used bytes after last 
collection of a given JVM memory pool.
   # TYPE jvm_memory_pool_collection_used_bytes gauge
   jvm_memory_pool_collection_used_bytes{pool="G1 Eden Space",} 0.0
   jvm_memory_pool_collection_used_bytes{pool="G1 Old Gen",} 0.0
   jvm_memory_pool_collection_used_bytes{pool="G1 Survivor Space",} 1.8874368E7
   # HELP jvm_memory_pool_collection_committed_bytes Committed after last 
collection bytes of a given JVM memory pool.
   # TYPE jvm_memory_pool_collection_committed_bytes gauge
   jvm_memory_pool_collection_committed_bytes{pool="G1 Eden Space",} 
3.94264576E8
   jvm_memory_pool_collection_committed_bytes{pool="G1 Old Gen",} 0.0
   jvm_memory_pool_collection_committed_bytes{pool="G1 Survivor Space",} 
1.8874368E7
   # HELP jvm_memory_pool_collection_max_bytes Max bytes after last collection 
of a given JVM memory pool.
   # TYPE jvm_memory_pool_collection_max_bytes gauge
   jvm_memory_pool_collection_max_bytes{pool="G1 Eden Space",} -1.0
   jvm_memory_pool_collection_max_bytes{pool="G1 Old Gen",} 4.106223616E9
   jvm_memory_pool_collection_max_bytes{pool="G1 Survivor Space",} -1.0
   # HELP jvm_memory_pool_collection_init_bytes Initial after last collection 
bytes of a given JVM memory pool.
   # TYPE jvm_memory_pool_collection_init_bytes gauge
   jvm_memory_pool_collection_init_bytes{pool="G1 Eden Space",} 2.7262976E7
   jvm_memory_pool_collection_init_bytes{pool="G1 Old Gen",} 2.3068672E8
   jvm_memory_pool_collection_init_bytes{pool="G1 Survivor Space",} 0.0
   # HELP jvm_threads_current Current thread count of a JVM
   # TYPE jvm_threads_current gauge
   jvm_threads_current 179.0
   # HELP jvm_threads_daemon Daemon thread count of a JVM
   # TYPE jvm_threads_daemon gauge
   jvm_threads_daemon 57.0
   # HELP jvm_threads_peak Peak thread count of a JVM
   # TYPE jvm_threads_peak gauge
   jvm_threads_peak 203.0
   # HELP jvm_threads_started_total Started thread count of a JVM
   # TYPE jvm_threads_started_total counter
   jvm_threads_started_total 296.0
   # HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock 
waiting to acquire object monitors or ownable synchronizers
   # TYPE jvm_threads_deadlocked gauge
   jvm_threads_deadlocked 0.0
   # HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in 
deadlock waiting to acquire object monitors
   # TYPE jvm_threads_deadlocked_monitor gauge
   jvm_threads_deadlocked_monitor 0.0
   # HELP jvm_threads_state Current count of threads by state
   # TYPE jvm_threads_state gauge
   jvm_threads_state{state="NEW",} 0.0
   jvm_threads_state{state="TERMINATED",} 0.0
   jvm_threads_state{state="RUNNABLE",} 16.0
   jvm_threads_state{state="BLOCKED",} 0.0
   jvm_threads_state{state="WAITING",} 116.0
   jvm_threads_state{state="TIMED_WAITING",} 47.0
   jvm_threads_state{state="UNKNOWN",} 0.0
   # HELP process_cpu_seconds_total Total user and system CPU time spent in 
seconds.
   # TYPE process_cpu_seconds_total counter
   process_cpu_seconds_total 38.91
   # HELP process_start_time_seconds Start time of the process since unix epoch 
in seconds.
   # TYPE process_start_time_seconds gauge
   process_start_time_seconds 1.767974426958E9
   # HELP process_open_fds Number of open file descriptors.
   # TYPE process_open_fds gauge
   process_open_fds 60.0
   # HELP process_max_fds Maximum number of open file descriptors.
   # TYPE process_max_fds gauge
   process_max_fds 524288.0
   # HELP process_virtual_memory_bytes Virtual memory size in bytes.
   # TYPE process_virtual_memory_bytes gauge
   process_virtual_memory_bytes 1.0384392192E10
   # HELP process_resident_memory_bytes Resident memory size in bytes.
   # TYPE process_resident_memory_bytes gauge
   process_resident_memory_bytes 9.62748416E8
   # HELP jvm_memory_pool_allocated_bytes_created Total bytes allocated in a 
given JVM memory pool. Only updated after GC, not continuously.
   # TYPE jvm_memory_pool_allocated_bytes_created gauge
   jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'profiled 
nmethods'",} 1.76797443196E9
   jvm_memory_pool_allocated_bytes_created{pool="G1 Old Gen",} 1.767974431961E9
   jvm_memory_pool_allocated_bytes_created{pool="G1 Eden Space",} 
1.767974431961E9
   jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'non-profiled 
nmethods'",} 1.767974431961E9
   jvm_memory_pool_allocated_bytes_created{pool="G1 Survivor Space",} 
1.767974431961E9
   jvm_memory_pool_allocated_bytes_created{pool="Compressed Class Space",} 
1.767974431961E9
   jvm_memory_pool_allocated_bytes_created{pool="Metaspace",} 1.767974431961E9
   jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'non-nmethods'",} 
1.767974431961E9
   ```
   
   <img width="1907" height="880" alt="Image" 
src="https://github.com/user-attachments/assets/e0221d2c-d954-4a0a-97a7-4caa315187ea";
 />
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to