Package org.apache.pulsar.proxy.stats
Class ProxyStats
java.lang.Object
org.apache.pulsar.proxy.stats.ProxyStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected javax.servlet.http.HttpServletRequestprotected javax.servlet.ServletContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetProxyLogLevel(int logLevel) metrics()protected ProxyServicetopics()voidupdateProxyLogLevel(int logLevel)
-
Field Details
-
ATTRIBUTE_PULSAR_PROXY_NAME
- See Also:
-
servletContext
@Context protected javax.servlet.ServletContext servletContext -
httpRequest
@Context protected javax.servlet.http.HttpServletRequest httpRequest
-
-
Constructor Details
-
ProxyStats
public ProxyStats()
-
-
Method Details
-
metrics
-
topics
-
updateProxyLogLevel
@POST @Path("/logging/{logLevel}") public void updateProxyLogLevel(@PathParam("logLevel") int logLevel) -
getProxyLogLevel
@GET @Path("/logging") public int getProxyLogLevel(@PathParam("logLevel") int logLevel) -
proxyService
-