Package org.jolokia.kubernetes.client


package org.jolokia.kubernetes.client
  • Classes
    Class
    Description
    This provides support for handling JMX urls over the Jolokia protocol to JVMs running in kubernetes pods Syntax examples service:jmx:kubernetes:///mynamespace/mypodname-abcd-efgh/actuator/jolokia/ service:jmx:kubernetes:///mynamespace/mypodname-.+/actuator/jolokia/ Regular expressions in service url is supported so you can have working URLs across deploys.
     
    This is a minimum implementation of the HttpClient interface based on what is used by J4PClient hence the need to adapt One HTTP client to another HTTP client API