Skip to content

Commit a0a400e

Browse files
committed
document all configuration options
1 parent ef89849 commit a0a400e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/configuration.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,16 @@ config_file = /etc/watcher.yaml
1515

1616
# project id can be determined from either request path or service catalog if keystone.auth_token middleware is set to 'include_service_catalog = true'
1717
# determine the project id from request path
18-
project_id_from_path = true | false
18+
project_id_from_path = true | false (default)
19+
1920
# determine the project id from the service catalog
20-
project_id_from_service_catalog = true | false
21+
project_id_from_service_catalog = true | false (default)
22+
23+
# whether to include the target project id in the openstack_watcher_* metrics
24+
include_target_project_id_in_metric = true (default) | false
25+
26+
# whether to include the initiators user id in the openstack_watcher_* metrics
27+
include_initiator_user_id_in_metric = true | false (default)
2128

2229
# per default the target.type_uri is prefixed by 'service/<service_type>/'
2330
# if the cadf spec. requires a different prefix, it might be given here

0 commit comments

Comments
 (0)