Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: swapped code variable name METRICS_RECORD_LEVEL_CONFIG with config name metrics.record.level

...

  • The ClientConfig will have a new option called a METRICS_RECORD_LEVEL_CONFIG which 'metrics.record.level' which is set to match the record levels of INFO or DEBUG while defining the consumer config

  • The shouldRecord() method is used to compare the value of metric record level in the consumer config and the RecordLevel associated with the sensor, to determine if metrics should be computed and recorded.

...