![JAR search and dependency download from the Maven repository](/logo.png)
herence.ce.coherence.23.03.source-code.metrics-http-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence Show documentation
Show all versions of coherence Show documentation
Oracle Coherence Community Edition
<!-- ~ 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 - 2025 Weber Informatics LLC | Privacy Policy