feat(argo-workflows): add configurable scrape interval for metrics and telemetry (#2942)
feat: add configurable scrape interval for metrics and telemetry Signed-off-by: KrisF-Midnight <krisztian.feher@iohk.io>
This commit is contained in:
parent
e94dc2ea10
commit
388c5aea66
4 changed files with 10 additions and 4 deletions
|
|
@ -127,6 +127,8 @@ controller:
|
|||
enabled: false
|
||||
# -- Path is the path where metrics are emitted. Must start with a "/".
|
||||
path: /metrics
|
||||
# -- Frequency at which prometheus scrapes metrics
|
||||
interval: 30s
|
||||
# -- Port is the port where metrics are emitted
|
||||
port: 9090
|
||||
# -- How often custom metrics are cleared from memory
|
||||
|
|
@ -234,6 +236,8 @@ controller:
|
|||
enabled: false
|
||||
# -- telemetry path
|
||||
path: /telemetry
|
||||
# -- Frequency at which prometheus scrapes telemetry data
|
||||
interval: 30s
|
||||
# -- telemetry container port
|
||||
port: 8081
|
||||
# -- How often custom metrics are cleared from memory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue