Merge "Fix dynamic pollster samples indentation in the documentation"

This commit is contained in:
Zuul 2020-07-07 07:39:54 +00:00 committed by Gerrit Code Review
commit 3a089e4d1b
1 changed files with 49 additions and 52 deletions

View File

@ -294,8 +294,7 @@ for `radosgw.api.request` metric to the dynamic pollster model:
url_path: "http://rgw.service.stage.i.ewcs.ch/admin/usage"
module: "awsauth"
authentication_object: "S3Auth"
authentication_parameters: "<access_key>, <secret_key>,
<rados_gateway_server>"
authentication_parameters: "<access_key>,<secret_key>,<rados_gateway_server>"
user_id_attribute: "user"
project_id_attribute: "user"
resource_id_attribute: "user"
@ -316,8 +315,7 @@ ones), we can use the `successful_ops`.
url_path: "http://rgw.service.stage.i.ewcs.ch/admin/usage"
module: "awsauth"
authentication_object: "S3Auth"
authentication_parameters: "<access_key>, <secret_key>,
<rados_gateway_server>"
authentication_parameters: "<access_key>, <secret_key>,<rados_gateway_server>"
user_id_attribute: "user"
project_id_attribute: "user"
resource_id_attribute: "user"
@ -357,8 +355,7 @@ String.
url_path: "http://rgw.service.stage.i.ewcs.ch/admin/usage"
module: "awsauth"
authentication_object: "S3Auth"
authentication_parameters: "<access_key>, <secret_key>,
<rados_gateway_server>"
authentication_parameters: "<access_key>,<secret_key>,<rados_gateway_server>"
user_id_attribute: "user | value.split ('$') | value[0]"
project_id_attribute: "user | value.split ('$') | value[0]"
resource_id_attribute: "user | value.split ('$') | value[0]"