• 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
prometheus_api_controller.rb 1.25 KB