@Deprecated public class AggregationQuery extends Object implements graphql.kickstart.tools.GraphQLQueryResolver
MetricsQuery, all queries have been delegated to there.| Constructor and Description |
|---|
AggregationQuery(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopNEntity> |
getAllEndpointTopN(String name,
int topN,
Duration duration,
Order order)
Deprecated.
|
List<TopNEntity> |
getAllServiceInstanceTopN(String name,
int topN,
Duration duration,
Order order)
Deprecated.
|
List<TopNEntity> |
getEndpointTopN(String serviceId,
String name,
int topN,
Duration duration,
Order order)
Deprecated.
|
List<TopNEntity> |
getServiceInstanceTopN(String serviceId,
String name,
int topN,
Duration duration,
Order order)
Deprecated.
|
List<TopNEntity> |
getServiceTopN(String name,
int topN,
Duration duration,
Order order)
Deprecated.
|
public AggregationQuery(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
public List<TopNEntity> getServiceTopN(String name, int topN, Duration duration, Order order) throws IOException
IOExceptionpublic List<TopNEntity> getAllServiceInstanceTopN(String name, int topN, Duration duration, Order order) throws IOException
IOExceptionpublic List<TopNEntity> getServiceInstanceTopN(String serviceId, String name, int topN, Duration duration, Order order) throws IOException
IOExceptionpublic List<TopNEntity> getAllEndpointTopN(String name, int topN, Duration duration, Order order) throws IOException
IOExceptionpublic List<TopNEntity> getEndpointTopN(String serviceId, String name, int topN, Duration duration, Order order) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.