Class MeterConventions

java.lang.Object
com.couchbase.client.core.cnc.metrics.MeterConventions

@Uncommitted public class MeterConventions extends Object
  • Field Details

    • METRIC_TAG_UNITS

      public static final String METRIC_TAG_UNITS
      If this is present in the tags then it indicates the unit that the metric should be output in. The only unit that is currently used is "s" for seconds.

      Note this not indicate the unit the metric is provided in: that is always nanoseconds/

      See Also:
    • METRIC_TAG_UNIT_SECONDS

      public static final String METRIC_TAG_UNIT_SECONDS
      See Also:
  • Method Details

    • isTagReserved

      public static boolean isTagReserved(String tag)