Skip to content
  • Reuben Pereira's avatar
    Add ability to do variable substitution · 43435944
    Reuben Pereira authored
    - In prometheus proxy api, allow variables to be replaced. For example,
    if 'up{env="%{ci_environment_slug}"}' is passed to the endpoint, it
    becomes 'up{env="production"}' before being sent to prometheus.
    43435944