Skip to content

Commit

Permalink
Merge pull request #63 from tbeerman/add_prometheus_to_daemons
Browse files Browse the repository at this point in the history
add enable_metrics to daemon rucio.cfg
  • Loading branch information
tbeerman authored Mar 26, 2020
2 parents 8feb961 + 6bb1f2f commit d4d9445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemons/rucio.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pool_recycle = {{ RUCIO_CFG_DATABASE_POOL_RECYCLE | default('600') }}
carbon_server = {{ RUCIO_CFG_MONITOR_CARBON_SERVER | default('localhost') }}
carbon_port = {{ RUCIO_CFG_MONITOR_CARBON_PORT | default('8125') }}
user_scope = {{ RUCIO_CFG_MONITOR_USER_SCOPE | default('default_docker') }}
enable_metrics = {{ RUCIO_CFG_MONITOR_ENABLE_METRICS | default('False') }}

[policy]
permission = {{ RUCIO_CFG_POLICY_PERMISSION | default('generic') }}
Expand Down

0 comments on commit d4d9445

Please sign in to comment.