|
1 | 1 | metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric |
2 | 2 | tomcat.threads.max,gauge,10,thread,,The maximum number of allowed worker threads.,0,tomcat,max threads, |
| 3 | +tomcat.threads.min,gauge,10,thread,,The minimum number of allowed worker threads.,0,tomcat,min threads, |
3 | 4 | tomcat.threads.count,gauge,10,thread,,The number of threads managed by the thread pool.,0,tomcat,thread count, |
4 | 5 | tomcat.threads.busy,gauge,10,thread,,The number of threads that are in use.,0,tomcat,busy threads, |
5 | 6 | tomcat.bytes_sent,gauge,10,byte,second,Bytes per second sent by all the request processors.,0,tomcat,bytes sent, |
6 | 7 | tomcat.bytes_rcvd,gauge,10,byte,second,Bytes per second received by all request processors.,0,tomcat,bytes rcvd, |
7 | 8 | tomcat.error_count,gauge,10,error,second,The number of errors per second on all request processors.,-1,tomcat,errors, |
8 | 9 | tomcat.request_count,gauge,10,request,second,The number of requests per second across all request processors.,0,tomcat,requests, |
9 | 10 | tomcat.max_time,gauge,10,millisecond,,The longest request processing time (in milliseconds).,0,tomcat,max time, |
| 11 | +tomcat.min_time,gauge,10,millisecond,,The shortest request processing time (in milliseconds).,0,tomcat,min time, |
10 | 12 | tomcat.processing_time,gauge,10,,,The sum of request processing times across all requests handled by the request processors (in milliseconds) per second.,0,tomcat,proc time, |
11 | 13 | tomcat.servlet.processing_time,gauge,10,,,The sum of request processing times across all requests to the servlet (in milliseconds) per second.,0,tomcat,servlet proc time, |
12 | 14 | tomcat.servlet.error_count,gauge,10,error,second,The number of erroneous requests received by the servlet per second.,-1,tomcat,servlet err count, |
13 | 15 | tomcat.servlet.request_count,gauge,10,request,second,The number of requests received by the servlet per second.,0,tomcat,servlet requests, |
14 | 16 | tomcat.cache.access_count,gauge,10,get,second,The number of accesses to the cache per second.,0,tomcat,cache accesses, |
15 | 17 | tomcat.cache.hits_count,gauge,10,hit,second,The number of cache hits per second.,0,tomcat,cache hits, |
| 18 | +tomcat.servlet.max_time,gauge,10,millisecond,,The maximum processing time of a request,0,tomcat,servlet max time, |
| 19 | +tomcat.servlet.min_time,gauge,10,millisecond,,The minimum processing time of a request,0,tomcat,servlet min time, |
16 | 20 | tomcat.string_cache.access_count,gauge,10,get,second,The number of accesses to the string cache per second.,0,tomcat,string cache accesses, |
17 | 21 | tomcat.string_cache.hit_count,gauge,10,hit,second,The number of string cache hits per second.,0,tomcat,string cache hits, |
| 22 | +tomcat.string_cache.cache_size,gauge,10,byte,,The size of the String cache,0,tomcat,string cache size, |
| 23 | +tomcat.string_cache.max_size,gauge,10,byte,,The maximum size of the String cache,0,tomcat,string cache max size, |
18 | 24 | tomcat.web.cache.lookup_count,gauge,10,get,second,The number of lookups to the web resource cache per second.,0,tomcat,web cache lookups, |
19 | 25 | tomcat.web.cache.hit_count,gauge,10,hit,second,The number of web resource cache hits per second.,0,tomcat,web cache hits, |
20 | 26 | tomcat.jsp.count,gauge,10,page,second,The number of JSPs per second that have been loaded in the web module.,0,tomcat,jsp count, |
|
0 commit comments