Skip to content

[hf] inject p8s port as METRICS_PORT env var to signald

aguestuser requested to merge hotfix-inject-metrics-port-into-signald into main

context

  • in #326 (closed) , we want to run multiple instances of signald, each of which must run a prometheus server on a different port
  • i preparation for that MR, we want to start using a build of signald that reads the prometheus server port from an injected env var (so that we can inject arbitrary values once we have many signald instances)

changes

use this build of signald:

inject METRICS_PORT into all signald isntances

Merge request reports