| Constructor and Description |
|---|
MetadataQueryV2(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager) |
| Modifier and Type | Method and Description |
|---|---|
Long |
estimateProcessScale(String serviceId,
List<String> labels) |
List<Endpoint> |
findEndpoint(String keyword,
String serviceId,
int limit) |
Service |
findService(String serviceName) |
EndpointInfo |
getEndpointInfo(String endpointId) |
ServiceInstance |
getInstance(String instanceId) |
Process |
getProcess(String processId) |
Service |
getService(String serviceId) |
TimeInfo |
getTimeInfo() |
List<ServiceInstance> |
listInstances(Duration duration,
String serviceId) |
Set<String> |
listLayers() |
List<Process> |
listProcesses(Duration duration,
String instanceId) |
List<Service> |
listServices(String layer) |
public MetadataQueryV2(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
public Set<String> listLayers() throws IOException
IOExceptionpublic List<Service> listServices(String layer) throws IOException
IOExceptionpublic Service findService(String serviceName) throws IOException
IOExceptionpublic Service getService(String serviceId) throws IOException
IOExceptionpublic List<ServiceInstance> listInstances(Duration duration, String serviceId) throws IOException
IOExceptionpublic ServiceInstance getInstance(String instanceId) throws IOException
IOExceptionpublic List<Endpoint> findEndpoint(String keyword, String serviceId, int limit) throws IOException
IOExceptionpublic EndpointInfo getEndpointInfo(String endpointId) throws IOException
IOExceptionpublic List<Process> listProcesses(Duration duration, String instanceId) throws IOException
IOExceptionpublic Process getProcess(String processId) throws IOException
IOExceptionpublic Long estimateProcessScale(String serviceId, List<String> labels) throws IOException
IOExceptionpublic TimeInfo getTimeInfo()
Copyright © 2022 The Apache Software Foundation. All rights reserved.