Interface MeterExporterConfiguration

All Superinterfaces:
NamedMeterComponent

public interface MeterExporterConfiguration extends NamedMeterComponent
Configuration to export metrics.
  • Method Details

    • getStringValue

      String getStringValue(String key)
      Parameters:
      key - the key of a configuration parameter
      Returns:
      the value associated to the
    • getStringValue

      default String getStringValue(String key, String defaultValue)