Class RegJson

java.lang.Object
net.bluemind.metrics.registry.json.RegJson
Direct Known Subclasses:
CounterJson, DistributionSummaryJson, GaugeJson, TimerJson

public abstract class RegJson extends Object
  • Field Details

    • id

      protected final String id
  • Constructor Details

    • RegJson

      protected RegJson(String metricType, com.netflix.spectator.api.Id id)
    • RegJson

      protected RegJson(String metricType, String id)
  • Method Details

    • getMetricType

      public String getMetricType()
    • getId

      public String getId()