Interface MetricsApi.IMetricsInterface

All Known Implementing Classes:
Hub, NoopMetricsAggregator
Enclosing class:
MetricsApi

@Internal public static interface MetricsApi.IMetricsInterface
  • Method Details

    • getMetricsAggregator

      @NotNull @NotNull IMetricsAggregator getMetricsAggregator()
    • getLocalMetricsAggregator

      @Nullable @Nullable LocalMetricsAggregator getLocalMetricsAggregator()
    • getDefaultTagsForMetrics

      @NotNull @NotNull Map<String,String> getDefaultTagsForMetrics()
    • startSpanForMetric

      @Nullable @Nullable ISpan startSpanForMetric(@NotNull @NotNull String op, @NotNull @NotNull String description)