alpha/alpha-spec-saga-db/src/main/java/org/apache/servicecomb/pack/alpha/spec/saga/db/metrics/AlphaMetricsEndpointImpl.java [28:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@Component
public class AlphaMetricsEndpointImpl implements AlphaMetricsEndpoint {

  @Autowired
  @Lazy
  private NodeStatus nodeStatus;

  @Autowired
  MetricsService metricsService;

  public MetricsBean getMetrics() {
    return metricsService != null ? metricsService.metrics() : null;
  }

  public TypeEnum getNodeType(){
    return nodeStatus.getTypeEnum();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



alpha/alpha-spec-tcc-db/src/main/java/org/apache/servicecomb/pack/alpha/spec/tcc/db/metrics/AlphaMetricsEndpointImpl.java [28:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@Component
public class AlphaMetricsEndpointImpl implements AlphaMetricsEndpoint {

  @Autowired
  @Lazy
  private NodeStatus nodeStatus;

  @Autowired
  MetricsService metricsService;

  public MetricsBean getMetrics() {
    return metricsService != null ? metricsService.metrics() : null;
  }

  public TypeEnum getNodeType(){
    return nodeStatus.getTypeEnum();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



