Class MetricId


  • public class MetricId
    extends Object
    Author:
    kir Metric identifier
    • Constructor Detail

      • MetricId

        public MetricId​(@NotNull
                        String name,
                        @NotNull
                        Map<String,​String> tags,
                        @Nullable
                        MetricDataType dataType,
                        @Nullable
                        String description,
                        @NotNull
                        jetbrains.buildServer.metrics.MetricId.MetricType metricType,
                        boolean experimental)
    • Method Detail

      • getName

        @NotNull
        public String getName()
      • getPrometheusName

        @NotNull
        public String getPrometheusName()
      • getTagsList

        @NotNull
        public String[] getTagsList()
      • getDescription

        @Nullable
        public String getDescription()
      • isExperimental

        public boolean isExperimental()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object