enable metrics for runa
This commit is contained in:
parent
848ff0e4c5
commit
bff5c7557e
2 changed files with 23 additions and 1 deletions
|
|
@ -310,6 +310,13 @@ listeners:
|
|||
resources:
|
||||
- names: [replication]
|
||||
|
||||
- port: 9000
|
||||
type: metrics
|
||||
tls: false
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [metrics]
|
||||
compress: false
|
||||
|
||||
# example additional_resources:
|
||||
#
|
||||
|
|
@ -1513,7 +1520,7 @@ account_validity:
|
|||
|
||||
# Enable collection and rendering of performance metrics
|
||||
#
|
||||
#enable_metrics: false
|
||||
enable_metrics: true
|
||||
|
||||
# Enable sentry integration
|
||||
# NOTE: While attempts are made to ensure that the logs don't contain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue