Skip to content

fix: Adjusts the contract for dynamic configurations

John Skarbek requested to merge jts/change-rds-contract into master
  • Some metrics are reliant on data from a configuration that is out of our control.
  • With some services allocating limits upon us that we cannot query, we must instead derive the boundaries ourselves.
  • This change introduces a concept where we must leverage a recording rule or alternatively, send a string, to complete the evaluation of the target metric
  • These are noted with comments above the query to alert the consumer of the metric of this requirement
  • I note this is a fix versus a breaking change as the usage of these metrics are quite low and consumed only by team dedicated at the moment
  • While I'm mucking around in the memory specific item, adjusting some variable names and language for clarity

Contributes towards:

Edited by John Skarbek

Merge request reports