public abstract class WebInterfaceAbstractMetricsServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
mObjectMapper |
Constructor and Description |
---|
WebInterfaceAbstractMetricsServlet()
Creates a new instance of
WebInterfaceAbstractMetricsServlet . |
Modifier and Type | Method and Description |
---|---|
protected void |
populateCounterValues(Map<String,com.codahale.metrics.Metric> operations,
Map<String,com.codahale.metrics.Counter> rpcInvocations,
javax.servlet.http.HttpServletRequest request)
Populates operation metrics for displaying in the UI.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public WebInterfaceAbstractMetricsServlet()
WebInterfaceAbstractMetricsServlet
.protected void populateCounterValues(Map<String,com.codahale.metrics.Metric> operations, Map<String,com.codahale.metrics.Counter> rpcInvocations, javax.servlet.http.HttpServletRequest request)
request
- The HttpServletRequest
objectCopyright © 2023. All Rights Reserved.