Skip to content

Commit 81066a1

Browse files
authored
[DOCS-12665] Fix typo in metric name (DataDog#21890)
1 parent 21eebd0 commit 81066a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ibm_was/metadata.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ibm_was.thread_pools.active_time,gauge,,millisecond,,The average time in millise
4747
ibm_was.thread_pools.cleared_thread_hang_count,gauge,,thread,,The number of thread hangs cleared,0,ibm_was,thread pools cleared,
4848
ibm_was.thread_pools.concurrent_hung_thread_count,gauge,,thread,,The number of concurrently hung threads,0,ibm_was,thread pools concurrent hung,
4949
ibm_was.thread_pools.create_count,gauge,,thread,,The total number of threads created,0,ibm_was,thread pools create count,
50-
ibm_was.thread_pools.declaredthread_hung_count,gauge,,thread,,The number of threads declared hung,0,ibm_was,thread pools declared count,
50+
ibm_was.thread_pools.declared_thread_hung_count,gauge,,thread,,The number of threads declared hung,0,ibm_was,thread pools declared count,
5151
ibm_was.thread_pools.destroy_count,gauge,,thread,,The total number of threads destroyed,0,ibm_was,thread pools destroy count,
5252
ibm_was.thread_pools.percent_maxed,gauge,,percent,,The average percent of the time that all threads are in use,0,ibm_was,thread pools percent max,
5353
ibm_was.thread_pools.percent_used,gauge,,percent,,The average percent of the pool that is in use. The value is based on the total number of configured threads in the ThreadPool and not the current pool size.,0,ibm_was,thread pools percent used,

0 commit comments

Comments
 (0)