Skip to content

Infrastructure Integration

Configuration

  1. Configure the agent by editing /etc/nutanix/epoch-dd-agent/conf.d/twemproxy.yamlin the collectors. Example:

    init_config:
    
    instances:
        - host: localhost
          port: 2222
    
  2. Check and make sure that all yaml files are valid with following command:

    /etc/init.d/epoch-collectors configcheck
    
  3. Restart the Agent using the following command:

    /etc/init.d/epoch-collectors restart
    
  4. Execute the info command to verify that the integration check has passed:

    /etc/init.d/epoch-collectors info
    

Infrastructure Datasources

Datasource Available Aggregations Unit Description
twemproxy.curr_connections avg max min sum connection number of current connections
twemproxy.total_connections avg max min sum connection number of total connections
twemproxy.client_eof avg max min sum error number of eof on client connections
twemproxy.client_err avg max min sum error number of errors on client connections
twemproxy.client_connections avg max min sum connection number of active client connections
twemproxy.server_ejects avg max min sum event number of times backend server was ejected
twemproxy.forward_error avg max min sum error number of times we encountered a forwarding error
twemproxy.fragments avg max min sum request number of fragments created from a multi-vector request
twemproxy.in_queue avg max min sum request number of requests in incoming queue
twemproxy.out_queue avg max min sum request number of requests in outgoing queue
twemproxy.in_queue_bytes avg max min sum byte current request bytes in incoming queue
twemproxy.out_queue_bytes avg max min sum byte current request bytes in outgoing queue
twemproxy.server_connections avg max min sum connection number of active server connections
twemproxy.server_err avg max min sum error number of errors on server connections
twemproxy.server_timedout avg max min sum timeout number of timeouts on server connections
twemproxy.server_eof avg max min sum error number of eof on server connections
twemproxy.responses avg max min sum response number of responses
twemproxy.requests avg max min sum request number of requests
twemproxy.response_bytes avg max min sum byte number of responses
twemproxy.request_bytes avg max min sum byte number of requests