public interface MonitorService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(org.apache.dubbo.common.URL statistics)
Collect monitor data
1. support invocation count: count://host/interface?
|
List<org.apache.dubbo.common.URL> |
lookup(org.apache.dubbo.common.URL query)
Lookup monitor data
1. support lookup by day: count://host/interface?
|
void collect(org.apache.dubbo.common.URL statistics)
statistics - List<org.apache.dubbo.common.URL> lookup(org.apache.dubbo.common.URL query)
query - Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.