Package | Description |
---|---|
org.apache.lens.server.api.metrics | |
org.apache.lens.server.metrics |
Modifier and Type | Class and Description |
---|---|
class |
DisabledMethodMetricsContext
Dummy implementation of MethodMetricsContext.
|
class |
MethodMetricGauge
Holds the gauge value indicating the time taken for the method.
|
class |
MethodMetrics.Context
Inner class instances handle contexts for the same instance of MethodMetrics.
|
Modifier and Type | Method and Description |
---|---|
static MethodMetricsContext |
MethodMetricsFactory.createMethodGauge(org.apache.hadoop.conf.Configuration conf,
boolean appendToStackName,
String gaugeSuffix)
Get query metric gauge name.
|
MethodMetricsContext |
MetricsService.getMethodMetricsContext(org.glassfish.jersey.server.model.ResourceMethod method,
org.glassfish.jersey.server.ContainerRequest containerRequest)
API method for getting metrics measuring context for given resource method and container request
|
MethodMetricsContext |
MethodMetrics.newContext()
Create and return new context since an execution of this method has started
|
Modifier and Type | Method and Description |
---|---|
MethodMetricsContext |
MetricsServiceImpl.getMethodMetricsContext(org.glassfish.jersey.server.model.ResourceMethod method,
org.glassfish.jersey.server.ContainerRequest containerRequest)
Called by LensRequestListener in start event.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.