github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/test-applications/weblogic/hello-weblogic/setup/exporter-config.yaml (about)

     1  metricsNameSnakeCase: true
     2  queries:
     3    - key: name
     4      keyName: location
     5      prefix: wls_server_
     6      applicationRuntimes:
     7        key: name
     8        keyName: app
     9        componentRuntimes:
    10          prefix: wls_webapp_config_
    11          type: WebAppComponentRuntime
    12          key: name
    13          values: [deploymentState, contextRoot, sourceInfo, sessionsOpenedTotalCount, openSessionsCurrentCount, openSessionsHighCount]
    14          servlets:
    15            prefix: wls_servlet_
    16            key: servletName
    17    - JVMRuntime:
    18        prefix: wls_jvm_
    19        key: name
    20    - executeQueueRuntimes:
    21        prefix: wls_socketmuxer_
    22        key: name
    23        values: [pendingRequestCurrentCount]
    24    - workManagerRuntimes:
    25        prefix: wls_workmanager_
    26        key: name
    27        values: [stuckThreadCount, pendingRequests, completedRequests]
    28    - threadPoolRuntime:
    29        prefix: wls_threadpool_
    30        key: name
    31        values: [executeThreadTotalCount, queueLength, stuckThreadCount, hoggingThreadCount]
    32    - JMSRuntime:
    33        key: name
    34        keyName: jmsruntime
    35        prefix: wls_jmsruntime_
    36        JMSServers:
    37          prefix: wls_jms_
    38          key: name
    39          keyName: jmsserver
    40          destinations:
    41            prefix: wls_jms_dest_
    42            key: name
    43            keyName: destination
    44    - persistentStoreRuntimes:
    45        prefix: wls_persistentstore_
    46        key: name
    47    - JDBCServiceRuntime:
    48        JDBCDataSourceRuntimeMBeans:
    49          prefix: wls_datasource_
    50          key: name
    51    - JTARuntime:
    52        prefix: wls_jta_
    53        key: name