Class MetricsConfigurationDescriptor.InstrumentDescriptor

    • Field Detail

      • isEnabled

        protected boolean isEnabled
    • Constructor Detail

      • InstrumentDescriptor

        public InstrumentDescriptor()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: Descriptor
        The descriptor id, descriptors with same id are merged.

        To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

        To forbid merge use a unique value, non-overriden toString() for exemple.

        Specified by:
        getId in interface Descriptor
      • isEnabled

        public boolean isEnabled()