All Downloads are FREE. Search and download functionalities are using the official Maven repository.

herence.ce.coherence.23.03.1.source-code.metrics-http-config.xml Maven / Gradle / Ivy

There is a newer version: 24.09
Show newest version
<!--
  ~ Copyright (c) 2000, 2021, Oracle and/or its affiliates.
  ~
  ~ Licensed under the Universal Permissive License v 1.0 as shown at
  ~ http://oss.oracle.com/licenses/upl.
  -->
<!--
Proxy scheme configuration descriptor for the MetricsHttpProxy used by Coherence.
-->
<proxy-scheme>
  <service-name>MetricsHttpProxy</service-name>
  <acceptor-config>
    <http-acceptor>
      <class-name>com.tangosol.coherence.http.JavaHttpServer</class-name>
      <socket-provider system-property="coherence.metrics.http.provider"/>
      <local-address>
        <address system-property="coherence.metrics.http.address"/>
        <port    system-property="coherence.metrics.http.port">9612</port>
      </local-address>
      <resource-config>
        <context-path>/metrics</context-path>
        <instance>
          <class-name>com.tangosol.internal.metrics.MetricsHttpHandler</class-name>
        </instance>
      </resource-config>
      <auth-method system-property="coherence.metrics.http.auth"/>
    </http-acceptor>
  </acceptor-config>
</proxy-scheme>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy