Interface MeterRegistryConfig

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String get​(java.lang.String key)
      Get the value associated with a key.
      java.lang.String prefix()  
    • Method Detail

      • prefix

        java.lang.String prefix()
      • get

        @Nullable
        java.lang.String get​(java.lang.String key)
        Get the value associated with a key.
        Parameters:
        key - Key to lookup in the config.
        Returns:
        Value for the key or null if no key is present.