browbeat/ansible/install/roles/kibana-visualization/vars/keystone_ssl_visualizations.yml
akrzos ababb1c210 Adding Non-SSL vs SSl Comparsion Dashboards
* Reduce whitespace in templates too

Change-Id: Ie07e1a076b0ac2c1f0863cfdd6549df83364b5b2
2016-11-29 14:31:04 -05:00

343 lines
23 KiB
YAML

---
#
# Keystone SSL/TLS Comparsion - Visualizations Variables
#
keystone_ssl_visualizations:
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.keystone](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L29)"
# Authenticate.keystone SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateKeystoneConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.keystone "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_cinder](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L104)"
# Authenticate.validate_cinder SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateCinderConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_cinder "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_glance](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L39)"
# Authenticate.validate_glance SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateGlanceConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_glance "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_heat](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L146)"
# Authenticate.validate_heat SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateHeatConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_heat "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_neutron](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L125)"
# Authenticate.validate_neutron SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNeutronConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_nova](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L62)"
# Authenticate.validate_nova SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatAuthenticateValidateNovaConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: Authenticate.validate_nova "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompare-md"
template: "markdown.json.j2"
markdown: "# Non-SSL vs SSL Public API Endpoints\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally KeystoneBasic.authenticate_user_and_validate_token](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/keystone/basic.py#L102)"
# KeystoneBasic.authenticate_user_and_validate_token SSL Comparsion Visualizations: [Min, 50th, 95th, 99th, Max]
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompareResultCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompareErrorCount-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "count"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: error AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompareMin-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "min"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompare50th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[50]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompare95th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[95]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompare99th-bg"
template: "percentiles-concurrency-bg.json.j2"
percents: "[99]"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "
- title: "BrowbeatKeystoneBasicAuthenticateUserAndValidateTokenConcurrencySSLCompareMax-bg"
template: "min_max_count-concurency-bg.json.j2"
metric_type: "max"
split_bars_field: "software-metadata.nova.novncproxy_base_url"
include_pattern: "\\\"include\\\": { \\\"pattern\\\": \\\"http|https\\\", \\\"flags\\\": \\\"MULTILINE\\\"},"
query: "_type: result AND rally_setup.name: KeystoneBasic.authenticate_user_and_validate_token "