hawkular-client 2.6.0 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.rdoc +5 -2
- data/lib/hawkular/hawkular_client.rb +1 -1
- data/lib/hawkular/inventory/inventory_api.rb +2 -1
- data/lib/hawkular/metrics/metric_api.rb +4 -1
- data/lib/hawkular/operations/operations_api.rb +7 -4
- data/lib/hawkular/version.rb +1 -1
- data/spec/integration/inventory_spec.rb +516 -466
- data/spec/integration/metric_spec.rb +612 -561
- data/spec/integration/operations_spec.rb +425 -504
- data/spec/spec_helper.rb +73 -19
- data/spec/vcr_cassettes/Inventory/{Connection → NonSecure/Connection/Templates}/Should_err_on_bad_credentials.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Explicit_Credentials.yml +13 -9
- data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Implicit_Credentials.yml +13 -9
- data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates → NonSecure/inventory_0_17}/Client_should_listen_on_various_inventory_events.json +5 -5
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Client_should_listen_on_various_inventory_events.yml +21 -13
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/create_url.yml +12 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Helpers/generate_some_events_for_websocket.yml +51 -37
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/get_feeds.yml +11 -9
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_List_datasources_with_no_props.yml +11 -7
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed_again.yml +16 -10
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +664 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource.yml +31 -19
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource_with_metric.yml +77 -49
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resourcetype.yml +16 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_and_delete_feed.yml +19 -13
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_have_the_same_requested_metric_type_id.yml +8 -8
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_URLs.yml +29 -7
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys.yml +10 -8
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys_with_props.yml +24 -17
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_all_the_resource_types.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_WildFly.yml +31 -13
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_nested_resource.yml +16 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_feeds.yml +9 -7
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_heap_metrics_for_WildFlys.yml +196 -188
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_for_WildFlys.yml +72 -68
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_metric_type.yml +12 -44
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_resource_type.yml +63 -61
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource.yml +220 -156
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource_type.yml +200 -140
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_recursive_children_of_WildFly.yml +30 -12
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_relationships_of_WildFly.yml +129 -113
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_resources_for_feed.yml +12 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_bad_feed.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_feed.yml +7 -5
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_not_find_an_unknown_resource.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_nested_resource.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_resource.yml +15 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_the_version.yml +8 -6
- data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +44 -0
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +101 -0
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +101 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +47 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +207 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +52 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +411 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml → Secure/inventory_0_17/Templates/Helpers/get_feeds.yml} +13 -11
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +133 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +59 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +181 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → Secure/inventory_0_17}/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +108 -150
- data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates/Should_create_and_get_a_resource.yml → Secure/inventory_0_17/Templates/Should_create_a_resource.yml} +45 -87
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +846 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +169 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +166 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +73 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +90 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +70 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +138 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +59 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +333 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +180 -0
- data/spec/vcr_cassettes/{Operation/Helpers/get_feed.yml → Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml} +13 -11
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +943 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +361 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +90 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +294 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +871 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +740 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +1117 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +393 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +84 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +55 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +166 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +59 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +66 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +71 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +50 -0
- data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +114 -0
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Get_metric_definition_by_id.yml +10 -8
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Retrieve_metric_rate_points.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Availability_definition.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Counter_definition.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_gauge_definition.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_push_metric_data_to_existing_gauge.yml +9 -7
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_update_tags_for_Availability_definition.yml +28 -22
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_update_tags_for_gauge_definition.yml +28 -22
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +12 -8
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +14 -10
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_group_contiguous_values.yml +10 -6
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +19 -13
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +31 -21
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +14 -10
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +12 -8
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +28 -18
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +38 -24
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +32 -20
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +19 -13
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +14 -10
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +12 -8
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +32 -20
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +19 -13
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_return_periods.yml +10 -6
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +31 -21
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +48 -52
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +39 -25
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +36 -24
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/No_Tenant/Should_fail.yml +6 -4
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Simple/Should_be_Cool.yml +2 -2
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Status/Should_return_the_version.yml +5 -3
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_return_periods.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Simple/Should_be_Cool.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Status/Should_return_the_version.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Tenants/Should_create_and_return_tenant.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +19 -15
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +21 -17
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_group_contiguous_values.yml +17 -13
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +29 -23
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +47 -37
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +21 -17
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +19 -15
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +44 -34
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +60 -46
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +51 -39
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +29 -23
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +21 -17
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +19 -15
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +51 -39
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +29 -23
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_periods.yml +17 -13
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +12 -10
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +47 -37
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +328 -0
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +32 -32
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +70 -74
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +61 -47
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +55 -43
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/No_Tenant/Should_fail.yml +9 -7
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Simple/Should_be_Cool.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Status/Should_return_the_version.yml +10 -8
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +51 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +92 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +101 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +101 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +101 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +146 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +146 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/No_Tenant/Should_fail.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Simple/Should_be_Cool.yml +48 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Status/Should_return_the_version.yml +44 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +51 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +364 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +48 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +44 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +61 -0
- data/spec/vcr_cassettes/Operation/{Helpers → NonSecure/Helpers/Templates}/get_tenant.yml +8 -5
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_datasource_should_be_doable.json +23 -0
- data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/Add_deployment_should_be_doable.json +4 -7
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/should_not_be_possible_to_perform_on_closed_client.json +1 -1
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
- data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_bail_with_no_host.json +0 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +9 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +18 -0
- data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_run_into_error_callback_because_bad_hash_parameters.json +1 -1
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +61 -0
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +55 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +12 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +3 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +18 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +13 -0
- metadata +526 -282
- data/spec/vcr_cassettes/Metrics/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
- data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -48
- data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
- data/spec/vcr_cassettes/Operation/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Add_datasource_should_be_doable.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -40
- data/spec/vcr_cassettes/Operation/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_run_into_error_callback.json +0 -13
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -17,6 +17,8 @@ http_interactions:
|
|
17
17
|
- hawkular
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
|
+
Host:
|
21
|
+
- localhost:8080
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -33,7 +35,7 @@ http_interactions:
|
|
33
35
|
Pragma:
|
34
36
|
- no-cache
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
37
39
|
X-Total-Count:
|
38
40
|
- '1'
|
39
41
|
Connection:
|
@@ -41,7 +43,7 @@ http_interactions:
|
|
41
43
|
Content-Type:
|
42
44
|
- application/json
|
43
45
|
Content-Length:
|
44
|
-
- '
|
46
|
+
- '519'
|
45
47
|
Link:
|
46
48
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r>;
|
47
49
|
rel="current"
|
@@ -51,23 +53,23 @@ http_interactions:
|
|
51
53
|
[ {
|
52
54
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
53
55
|
"properties" : {
|
54
|
-
"__identityHash" : "
|
56
|
+
"__identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f"
|
55
57
|
},
|
56
58
|
"name" : "WildFly Server [Local]",
|
57
|
-
"identityHash" : "
|
59
|
+
"identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f",
|
58
60
|
"type" : {
|
59
61
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
|
60
62
|
"name" : "WildFly Server",
|
61
|
-
"identityHash" : "
|
63
|
+
"identityHash" : "385d354c833f19e97d427c7bfc7c6441b73ef1c",
|
62
64
|
"id" : "WildFly Server"
|
63
65
|
},
|
64
66
|
"id" : "Local~~"
|
65
67
|
} ]
|
66
68
|
http_version:
|
67
|
-
recorded_at:
|
69
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
68
70
|
- request:
|
69
71
|
method: get
|
70
|
-
uri: http
|
72
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id
|
71
73
|
body:
|
72
74
|
encoding: US-ASCII
|
73
75
|
string: ''
|
@@ -82,6 +84,8 @@ http_interactions:
|
|
82
84
|
- hawkular
|
83
85
|
Content-Type:
|
84
86
|
- application/json
|
87
|
+
Host:
|
88
|
+
- localhost:8080
|
85
89
|
response:
|
86
90
|
status:
|
87
91
|
code: 200
|
@@ -98,7 +102,7 @@ http_interactions:
|
|
98
102
|
Pragma:
|
99
103
|
- no-cache
|
100
104
|
Date:
|
101
|
-
-
|
105
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
102
106
|
X-Total-Count:
|
103
107
|
- '14'
|
104
108
|
Connection:
|
@@ -106,7 +110,7 @@ http_interactions:
|
|
106
110
|
Content-Type:
|
107
111
|
- application/json
|
108
112
|
Content-Length:
|
109
|
-
- '
|
113
|
+
- '12298'
|
110
114
|
Link:
|
111
115
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id>;
|
112
116
|
rel="current"
|
@@ -116,13 +120,13 @@ http_interactions:
|
|
116
120
|
[ {
|
117
121
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;AI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~AT~Server%20Availability~Server%20Availability",
|
118
122
|
"properties" : {
|
119
|
-
"__identityHash" : "
|
123
|
+
"__identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd"
|
120
124
|
},
|
121
|
-
"name" : "Server Availability
|
122
|
-
"identityHash" : "
|
125
|
+
"name" : "Server Availability",
|
126
|
+
"identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd",
|
123
127
|
"type" : {
|
124
128
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Server%20Availability~Server%20Availability",
|
125
|
-
"name" : "Server Availability
|
129
|
+
"name" : "Server Availability",
|
126
130
|
"identityHash" : "69beedc2b0c5cf2f3d0484b9c1aa9e4cdcf93",
|
127
131
|
"unit" : "NONE",
|
128
132
|
"type" : "AVAILABILITY",
|
@@ -133,13 +137,13 @@ http_interactions:
|
|
133
137
|
}, {
|
134
138
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
135
139
|
"properties" : {
|
136
|
-
"__identityHash" : "
|
140
|
+
"__identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489"
|
137
141
|
},
|
138
|
-
"name" : "
|
139
|
-
"identityHash" : "
|
142
|
+
"name" : "Aggregated Active Web Sessions",
|
143
|
+
"identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489",
|
140
144
|
"type" : {
|
141
145
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
142
|
-
"name" : "
|
146
|
+
"name" : "Aggregated Active Web Sessions",
|
143
147
|
"identityHash" : "a82dc495957628db4b96ca5c44213ce023c792b9",
|
144
148
|
"unit" : "NONE",
|
145
149
|
"type" : "GAUGE",
|
@@ -150,13 +154,13 @@ http_interactions:
|
|
150
154
|
}, {
|
151
155
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
152
156
|
"properties" : {
|
153
|
-
"__identityHash" : "
|
157
|
+
"__identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7"
|
154
158
|
},
|
155
|
-
"name" : "
|
156
|
-
"identityHash" : "
|
159
|
+
"name" : "Aggregated Expired Web Sessions",
|
160
|
+
"identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7",
|
157
161
|
"type" : {
|
158
162
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
159
|
-
"name" : "
|
163
|
+
"name" : "Aggregated Expired Web Sessions",
|
160
164
|
"identityHash" : "3c806e8b625362b37f972a3594448c4aa8b3",
|
161
165
|
"unit" : "NONE",
|
162
166
|
"type" : "COUNTER",
|
@@ -167,13 +171,13 @@ http_interactions:
|
|
167
171
|
}, {
|
168
172
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
169
173
|
"properties" : {
|
170
|
-
"__identityHash" : "
|
174
|
+
"__identityHash" : "32d038247a3284c1f76cb57d97a97ee592336"
|
171
175
|
},
|
172
|
-
"name" : "
|
173
|
-
"identityHash" : "
|
176
|
+
"name" : "Aggregated Max Active Web Sessions",
|
177
|
+
"identityHash" : "32d038247a3284c1f76cb57d97a97ee592336",
|
174
178
|
"type" : {
|
175
179
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
176
|
-
"name" : "
|
180
|
+
"name" : "Aggregated Max Active Web Sessions",
|
177
181
|
"identityHash" : "a677b62ab5ec7632a32af8b6ef08aef813fd1f",
|
178
182
|
"unit" : "NONE",
|
179
183
|
"type" : "GAUGE",
|
@@ -184,13 +188,13 @@ http_interactions:
|
|
184
188
|
}, {
|
185
189
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
186
190
|
"properties" : {
|
187
|
-
"__identityHash" : "
|
191
|
+
"__identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3"
|
188
192
|
},
|
189
|
-
"name" : "
|
190
|
-
"identityHash" : "
|
193
|
+
"name" : "Aggregated Rejected Web Sessions",
|
194
|
+
"identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3",
|
191
195
|
"type" : {
|
192
196
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
193
|
-
"name" : "
|
197
|
+
"name" : "Aggregated Rejected Web Sessions",
|
194
198
|
"identityHash" : "6af37a7acb8c6eab4818313a281748152896534",
|
195
199
|
"unit" : "NONE",
|
196
200
|
"type" : "COUNTER",
|
@@ -201,13 +205,13 @@ http_interactions:
|
|
201
205
|
}, {
|
202
206
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
203
207
|
"properties" : {
|
204
|
-
"__identityHash" : "
|
208
|
+
"__identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44"
|
205
209
|
},
|
206
|
-
"name" : "
|
207
|
-
"identityHash" : "
|
210
|
+
"name" : "Aggregated Servlet Request Count",
|
211
|
+
"identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44",
|
208
212
|
"type" : {
|
209
213
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
210
|
-
"name" : "
|
214
|
+
"name" : "Aggregated Servlet Request Count",
|
211
215
|
"identityHash" : "95556b3b6367d481ebfd12997646e08fef9291e0",
|
212
216
|
"unit" : "NONE",
|
213
217
|
"type" : "COUNTER",
|
@@ -218,13 +222,13 @@ http_interactions:
|
|
218
222
|
}, {
|
219
223
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
220
224
|
"properties" : {
|
221
|
-
"__identityHash" : "
|
225
|
+
"__identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735"
|
222
226
|
},
|
223
|
-
"name" : "
|
224
|
-
"identityHash" : "
|
227
|
+
"name" : "Aggregated Servlet Request Time",
|
228
|
+
"identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735",
|
225
229
|
"type" : {
|
226
230
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
227
|
-
"name" : "
|
231
|
+
"name" : "Aggregated Servlet Request Time",
|
228
232
|
"identityHash" : "f949025e0087974acae8cffab1598344932f6c",
|
229
233
|
"unit" : "NONE",
|
230
234
|
"type" : "COUNTER",
|
@@ -235,13 +239,13 @@ http_interactions:
|
|
235
239
|
}, {
|
236
240
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
237
241
|
"properties" : {
|
238
|
-
"__identityHash" : "
|
242
|
+
"__identityHash" : "826aea1c238abf54197b792b93533723c630"
|
239
243
|
},
|
240
|
-
"name" : "
|
241
|
-
"identityHash" : "
|
244
|
+
"name" : "Accumulated GC Duration",
|
245
|
+
"identityHash" : "826aea1c238abf54197b792b93533723c630",
|
242
246
|
"type" : {
|
243
247
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
244
|
-
"name" : "
|
248
|
+
"name" : "Accumulated GC Duration",
|
245
249
|
"identityHash" : "44916cf1eae6344af4cd0b2a562c5328562c3",
|
246
250
|
"unit" : "MILLISECONDS",
|
247
251
|
"type" : "COUNTER",
|
@@ -252,13 +256,13 @@ http_interactions:
|
|
252
256
|
}, {
|
253
257
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Committed",
|
254
258
|
"properties" : {
|
255
|
-
"__identityHash" : "
|
259
|
+
"__identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097"
|
256
260
|
},
|
257
|
-
"name" : "
|
258
|
-
"identityHash" : "
|
261
|
+
"name" : "Heap Committed",
|
262
|
+
"identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097",
|
259
263
|
"type" : {
|
260
264
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Committed",
|
261
|
-
"name" : "
|
265
|
+
"name" : "Heap Committed",
|
262
266
|
"identityHash" : "405253f87a6e98aabe2d7a4a524f5796d9d97e",
|
263
267
|
"unit" : "BYTES",
|
264
268
|
"type" : "GAUGE",
|
@@ -269,13 +273,13 @@ http_interactions:
|
|
269
273
|
}, {
|
270
274
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Max",
|
271
275
|
"properties" : {
|
272
|
-
"__identityHash" : "
|
276
|
+
"__identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54"
|
273
277
|
},
|
274
|
-
"name" : "
|
275
|
-
"identityHash" : "
|
278
|
+
"name" : "Heap Max",
|
279
|
+
"identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54",
|
276
280
|
"type" : {
|
277
281
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Max",
|
278
|
-
"name" : "
|
282
|
+
"name" : "Heap Max",
|
279
283
|
"identityHash" : "a84cf574232510897e26b98fd9ea5702a95dfc7",
|
280
284
|
"unit" : "BYTES",
|
281
285
|
"type" : "GAUGE",
|
@@ -286,13 +290,13 @@ http_interactions:
|
|
286
290
|
}, {
|
287
291
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Used",
|
288
292
|
"properties" : {
|
289
|
-
"__identityHash" : "
|
293
|
+
"__identityHash" : "7815415336a111ce2fd980322d6c2bc36554364"
|
290
294
|
},
|
291
|
-
"name" : "
|
292
|
-
"identityHash" : "
|
295
|
+
"name" : "Heap Used",
|
296
|
+
"identityHash" : "7815415336a111ce2fd980322d6c2bc36554364",
|
293
297
|
"type" : {
|
294
298
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Used",
|
295
|
-
"name" : "
|
299
|
+
"name" : "Heap Used",
|
296
300
|
"identityHash" : "3be5b5fdabed925ac46fdc6d8295e34bbd3147a",
|
297
301
|
"unit" : "BYTES",
|
298
302
|
"type" : "GAUGE",
|
@@ -303,13 +307,13 @@ http_interactions:
|
|
303
307
|
}, {
|
304
308
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
305
309
|
"properties" : {
|
306
|
-
"__identityHash" : "
|
310
|
+
"__identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f"
|
307
311
|
},
|
308
|
-
"name" : "
|
309
|
-
"identityHash" : "
|
312
|
+
"name" : "NonHeap Committed",
|
313
|
+
"identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f",
|
310
314
|
"type" : {
|
311
315
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
312
|
-
"name" : "
|
316
|
+
"name" : "NonHeap Committed",
|
313
317
|
"identityHash" : "55d9f8e5b0a3b5d0af3fd3bac67b08b186c68b5",
|
314
318
|
"unit" : "BYTES",
|
315
319
|
"type" : "GAUGE",
|
@@ -320,13 +324,13 @@ http_interactions:
|
|
320
324
|
}, {
|
321
325
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Used",
|
322
326
|
"properties" : {
|
323
|
-
"__identityHash" : "
|
327
|
+
"__identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5"
|
324
328
|
},
|
325
|
-
"name" : "
|
326
|
-
"identityHash" : "
|
329
|
+
"name" : "NonHeap Used",
|
330
|
+
"identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5",
|
327
331
|
"type" : {
|
328
332
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Used",
|
329
|
-
"name" : "
|
333
|
+
"name" : "NonHeap Used",
|
330
334
|
"identityHash" : "c785eddfb0f0baa1e832fc38485d686e2297497",
|
331
335
|
"unit" : "BYTES",
|
332
336
|
"type" : "GAUGE",
|
@@ -337,13 +341,13 @@ http_interactions:
|
|
337
341
|
}, {
|
338
342
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Threading%20Metrics~Thread%20Count",
|
339
343
|
"properties" : {
|
340
|
-
"__identityHash" : "
|
344
|
+
"__identityHash" : "573e174278ee95156e74efe36864444525831"
|
341
345
|
},
|
342
|
-
"name" : "
|
343
|
-
"identityHash" : "
|
346
|
+
"name" : "Thread Count",
|
347
|
+
"identityHash" : "573e174278ee95156e74efe36864444525831",
|
344
348
|
"type" : {
|
345
349
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Threading%20Metrics~Thread%20Count",
|
346
|
-
"name" : "
|
350
|
+
"name" : "Thread Count",
|
347
351
|
"identityHash" : "1e41cf1c2b3c07e23983a3789c91bdc6f1cc88",
|
348
352
|
"unit" : "NONE",
|
349
353
|
"type" : "GAUGE",
|
@@ -353,5 +357,5 @@ http_interactions:
|
|
353
357
|
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Threading Metrics~Thread Count"
|
354
358
|
} ]
|
355
359
|
http_version:
|
356
|
-
recorded_at:
|
357
|
-
recorded_with: VCR 3.0.
|
360
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
361
|
+
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/mt;Total%20Space/rl;defines/type=m
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -17,6 +17,8 @@ http_interactions:
|
|
17
17
|
- hawkular
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
|
+
Host:
|
21
|
+
- localhost:8080
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -33,15 +35,15 @@ http_interactions:
|
|
33
35
|
Pragma:
|
34
36
|
- no-cache
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
37
39
|
X-Total-Count:
|
38
|
-
- '
|
40
|
+
- '2'
|
39
41
|
Connection:
|
40
42
|
- keep-alive
|
41
43
|
Content-Type:
|
42
44
|
- application/json
|
43
45
|
Content-Length:
|
44
|
-
- '
|
46
|
+
- '1762'
|
45
47
|
Link:
|
46
48
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/mt;Total%20Space/rl;defines/type=m>;
|
47
49
|
rel="current"
|
@@ -49,46 +51,12 @@ http_interactions:
|
|
49
51
|
encoding: UTF-8
|
50
52
|
string: |-
|
51
53
|
[ {
|
52
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2Fplatform~%2FOPERATING_SYSTEM%3D<%= feed_uuid %>_OperatingSystem%2FFILE_STORE%3D%2Fdev%2Fmapper%2Ffedora-home%5D~MT~Total%20Space",
|
53
|
-
"properties" : {
|
54
|
-
"__identityHash" : "5d1b984638762360988c9c661973cdee673e7a45"
|
55
|
-
},
|
56
|
-
"name" : "Total Space",
|
57
|
-
"identityHash" : "5d1b984638762360988c9c661973cdee673e7a45",
|
58
|
-
"type" : {
|
59
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Total%20Space",
|
60
|
-
"name" : "Total Space",
|
61
|
-
"identityHash" : "4753b6bbe4fad4dfd57fae8fc2d35f91af13e53",
|
62
|
-
"unit" : "BYTES",
|
63
|
-
"type" : "GAUGE",
|
64
|
-
"collectionInterval" : 300,
|
65
|
-
"id" : "Total Space"
|
66
|
-
},
|
67
|
-
"id" : "MI~R~[<%= feed_uuid %>/platform~/OPERATING_SYSTEM=<%= feed_uuid %>_OperatingSystem/FILE_STORE=/dev/mapper/fedora-home]~MT~Total Space"
|
68
|
-
}, {
|
69
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2Fplatform~%2FOPERATING_SYSTEM%3D<%= feed_uuid %>_OperatingSystem%2FFILE_STORE%3D%2Fdev%2Fsda3%5D~MT~Total%20Space",
|
70
|
-
"properties" : {
|
71
|
-
"__identityHash" : "80f9274b5dc28aeba9595f85c948b9d209fe341"
|
72
|
-
},
|
73
|
-
"name" : "Total Space",
|
74
|
-
"identityHash" : "80f9274b5dc28aeba9595f85c948b9d209fe341",
|
75
|
-
"type" : {
|
76
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Total%20Space",
|
77
|
-
"name" : "Total Space",
|
78
|
-
"identityHash" : "4753b6bbe4fad4dfd57fae8fc2d35f91af13e53",
|
79
|
-
"unit" : "BYTES",
|
80
|
-
"type" : "GAUGE",
|
81
|
-
"collectionInterval" : 300,
|
82
|
-
"id" : "Total Space"
|
83
|
-
},
|
84
|
-
"id" : "MI~R~[<%= feed_uuid %>/platform~/OPERATING_SYSTEM=<%= feed_uuid %>_OperatingSystem/FILE_STORE=/dev/sda3]~MT~Total Space"
|
85
|
-
}, {
|
86
54
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2Fplatform~%2FOPERATING_SYSTEM%3D<%= feed_uuid %>_OperatingSystem%2FFILE_STORE%3D~%5D~MT~Total%20Space",
|
87
55
|
"properties" : {
|
88
|
-
"__identityHash" : "
|
56
|
+
"__identityHash" : "1c6ad522edd8cb6bbc779b81dc84c2e5a26ac68"
|
89
57
|
},
|
90
58
|
"name" : "Total Space",
|
91
|
-
"identityHash" : "
|
59
|
+
"identityHash" : "1c6ad522edd8cb6bbc779b81dc84c2e5a26ac68",
|
92
60
|
"type" : {
|
93
61
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Total%20Space",
|
94
62
|
"name" : "Total Space",
|
@@ -102,10 +70,10 @@ http_interactions:
|
|
102
70
|
}, {
|
103
71
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2Fplatform~%2FOPERATING_SYSTEM%3D<%= feed_uuid %>_OperatingSystem%2FFILE_STORE%3Dtmpfs%5D~MT~Total%20Space",
|
104
72
|
"properties" : {
|
105
|
-
"__identityHash" : "
|
73
|
+
"__identityHash" : "5cce8cfe50ab6842b983f03bfb98d7f652ec6ae8"
|
106
74
|
},
|
107
75
|
"name" : "Total Space",
|
108
|
-
"identityHash" : "
|
76
|
+
"identityHash" : "5cce8cfe50ab6842b983f03bfb98d7f652ec6ae8",
|
109
77
|
"type" : {
|
110
78
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Total%20Space",
|
111
79
|
"name" : "Total Space",
|
@@ -118,5 +86,5 @@ http_interactions:
|
|
118
86
|
"id" : "MI~R~[<%= feed_uuid %>/platform~/OPERATING_SYSTEM=<%= feed_uuid %>_OperatingSystem/FILE_STORE=tmpfs]~MT~Total Space"
|
119
87
|
} ]
|
120
88
|
http_version:
|
121
|
-
recorded_at:
|
122
|
-
recorded_with: VCR 3.0.
|
89
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
90
|
+
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r/rl;incorporates/type=m?sort=id
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -17,6 +17,8 @@ http_interactions:
|
|
17
17
|
- hawkular
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
|
+
Host:
|
21
|
+
- localhost:8080
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -33,7 +35,7 @@ http_interactions:
|
|
33
35
|
Pragma:
|
34
36
|
- no-cache
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
37
39
|
X-Total-Count:
|
38
40
|
- '14'
|
39
41
|
Connection:
|
@@ -41,7 +43,7 @@ http_interactions:
|
|
41
43
|
Content-Type:
|
42
44
|
- application/json
|
43
45
|
Content-Length:
|
44
|
-
- '
|
46
|
+
- '12298'
|
45
47
|
Link:
|
46
48
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r/rl;incorporates/type=m?sort=id>;
|
47
49
|
rel="current"
|
@@ -51,13 +53,13 @@ http_interactions:
|
|
51
53
|
[ {
|
52
54
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;AI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~AT~Server%20Availability~Server%20Availability",
|
53
55
|
"properties" : {
|
54
|
-
"__identityHash" : "
|
56
|
+
"__identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd"
|
55
57
|
},
|
56
|
-
"name" : "Server Availability
|
57
|
-
"identityHash" : "
|
58
|
+
"name" : "Server Availability",
|
59
|
+
"identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd",
|
58
60
|
"type" : {
|
59
61
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Server%20Availability~Server%20Availability",
|
60
|
-
"name" : "Server Availability
|
62
|
+
"name" : "Server Availability",
|
61
63
|
"identityHash" : "69beedc2b0c5cf2f3d0484b9c1aa9e4cdcf93",
|
62
64
|
"unit" : "NONE",
|
63
65
|
"type" : "AVAILABILITY",
|
@@ -68,13 +70,13 @@ http_interactions:
|
|
68
70
|
}, {
|
69
71
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
70
72
|
"properties" : {
|
71
|
-
"__identityHash" : "
|
73
|
+
"__identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489"
|
72
74
|
},
|
73
|
-
"name" : "
|
74
|
-
"identityHash" : "
|
75
|
+
"name" : "Aggregated Active Web Sessions",
|
76
|
+
"identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489",
|
75
77
|
"type" : {
|
76
78
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
77
|
-
"name" : "
|
79
|
+
"name" : "Aggregated Active Web Sessions",
|
78
80
|
"identityHash" : "a82dc495957628db4b96ca5c44213ce023c792b9",
|
79
81
|
"unit" : "NONE",
|
80
82
|
"type" : "GAUGE",
|
@@ -85,13 +87,13 @@ http_interactions:
|
|
85
87
|
}, {
|
86
88
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
87
89
|
"properties" : {
|
88
|
-
"__identityHash" : "
|
90
|
+
"__identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7"
|
89
91
|
},
|
90
|
-
"name" : "
|
91
|
-
"identityHash" : "
|
92
|
+
"name" : "Aggregated Expired Web Sessions",
|
93
|
+
"identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7",
|
92
94
|
"type" : {
|
93
95
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
94
|
-
"name" : "
|
96
|
+
"name" : "Aggregated Expired Web Sessions",
|
95
97
|
"identityHash" : "3c806e8b625362b37f972a3594448c4aa8b3",
|
96
98
|
"unit" : "NONE",
|
97
99
|
"type" : "COUNTER",
|
@@ -102,13 +104,13 @@ http_interactions:
|
|
102
104
|
}, {
|
103
105
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
104
106
|
"properties" : {
|
105
|
-
"__identityHash" : "
|
107
|
+
"__identityHash" : "32d038247a3284c1f76cb57d97a97ee592336"
|
106
108
|
},
|
107
|
-
"name" : "
|
108
|
-
"identityHash" : "
|
109
|
+
"name" : "Aggregated Max Active Web Sessions",
|
110
|
+
"identityHash" : "32d038247a3284c1f76cb57d97a97ee592336",
|
109
111
|
"type" : {
|
110
112
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
111
|
-
"name" : "
|
113
|
+
"name" : "Aggregated Max Active Web Sessions",
|
112
114
|
"identityHash" : "a677b62ab5ec7632a32af8b6ef08aef813fd1f",
|
113
115
|
"unit" : "NONE",
|
114
116
|
"type" : "GAUGE",
|
@@ -119,13 +121,13 @@ http_interactions:
|
|
119
121
|
}, {
|
120
122
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
121
123
|
"properties" : {
|
122
|
-
"__identityHash" : "
|
124
|
+
"__identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3"
|
123
125
|
},
|
124
|
-
"name" : "
|
125
|
-
"identityHash" : "
|
126
|
+
"name" : "Aggregated Rejected Web Sessions",
|
127
|
+
"identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3",
|
126
128
|
"type" : {
|
127
129
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
128
|
-
"name" : "
|
130
|
+
"name" : "Aggregated Rejected Web Sessions",
|
129
131
|
"identityHash" : "6af37a7acb8c6eab4818313a281748152896534",
|
130
132
|
"unit" : "NONE",
|
131
133
|
"type" : "COUNTER",
|
@@ -136,13 +138,13 @@ http_interactions:
|
|
136
138
|
}, {
|
137
139
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
138
140
|
"properties" : {
|
139
|
-
"__identityHash" : "
|
141
|
+
"__identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44"
|
140
142
|
},
|
141
|
-
"name" : "
|
142
|
-
"identityHash" : "
|
143
|
+
"name" : "Aggregated Servlet Request Count",
|
144
|
+
"identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44",
|
143
145
|
"type" : {
|
144
146
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
145
|
-
"name" : "
|
147
|
+
"name" : "Aggregated Servlet Request Count",
|
146
148
|
"identityHash" : "95556b3b6367d481ebfd12997646e08fef9291e0",
|
147
149
|
"unit" : "NONE",
|
148
150
|
"type" : "COUNTER",
|
@@ -153,13 +155,13 @@ http_interactions:
|
|
153
155
|
}, {
|
154
156
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
155
157
|
"properties" : {
|
156
|
-
"__identityHash" : "
|
158
|
+
"__identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735"
|
157
159
|
},
|
158
|
-
"name" : "
|
159
|
-
"identityHash" : "
|
160
|
+
"name" : "Aggregated Servlet Request Time",
|
161
|
+
"identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735",
|
160
162
|
"type" : {
|
161
163
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
162
|
-
"name" : "
|
164
|
+
"name" : "Aggregated Servlet Request Time",
|
163
165
|
"identityHash" : "f949025e0087974acae8cffab1598344932f6c",
|
164
166
|
"unit" : "NONE",
|
165
167
|
"type" : "COUNTER",
|
@@ -170,13 +172,13 @@ http_interactions:
|
|
170
172
|
}, {
|
171
173
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
172
174
|
"properties" : {
|
173
|
-
"__identityHash" : "
|
175
|
+
"__identityHash" : "826aea1c238abf54197b792b93533723c630"
|
174
176
|
},
|
175
|
-
"name" : "
|
176
|
-
"identityHash" : "
|
177
|
+
"name" : "Accumulated GC Duration",
|
178
|
+
"identityHash" : "826aea1c238abf54197b792b93533723c630",
|
177
179
|
"type" : {
|
178
180
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
179
|
-
"name" : "
|
181
|
+
"name" : "Accumulated GC Duration",
|
180
182
|
"identityHash" : "44916cf1eae6344af4cd0b2a562c5328562c3",
|
181
183
|
"unit" : "MILLISECONDS",
|
182
184
|
"type" : "COUNTER",
|
@@ -187,13 +189,13 @@ http_interactions:
|
|
187
189
|
}, {
|
188
190
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Committed",
|
189
191
|
"properties" : {
|
190
|
-
"__identityHash" : "
|
192
|
+
"__identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097"
|
191
193
|
},
|
192
|
-
"name" : "
|
193
|
-
"identityHash" : "
|
194
|
+
"name" : "Heap Committed",
|
195
|
+
"identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097",
|
194
196
|
"type" : {
|
195
197
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Committed",
|
196
|
-
"name" : "
|
198
|
+
"name" : "Heap Committed",
|
197
199
|
"identityHash" : "405253f87a6e98aabe2d7a4a524f5796d9d97e",
|
198
200
|
"unit" : "BYTES",
|
199
201
|
"type" : "GAUGE",
|
@@ -204,13 +206,13 @@ http_interactions:
|
|
204
206
|
}, {
|
205
207
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Max",
|
206
208
|
"properties" : {
|
207
|
-
"__identityHash" : "
|
209
|
+
"__identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54"
|
208
210
|
},
|
209
|
-
"name" : "
|
210
|
-
"identityHash" : "
|
211
|
+
"name" : "Heap Max",
|
212
|
+
"identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54",
|
211
213
|
"type" : {
|
212
214
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Max",
|
213
|
-
"name" : "
|
215
|
+
"name" : "Heap Max",
|
214
216
|
"identityHash" : "a84cf574232510897e26b98fd9ea5702a95dfc7",
|
215
217
|
"unit" : "BYTES",
|
216
218
|
"type" : "GAUGE",
|
@@ -221,13 +223,13 @@ http_interactions:
|
|
221
223
|
}, {
|
222
224
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Used",
|
223
225
|
"properties" : {
|
224
|
-
"__identityHash" : "
|
226
|
+
"__identityHash" : "7815415336a111ce2fd980322d6c2bc36554364"
|
225
227
|
},
|
226
|
-
"name" : "
|
227
|
-
"identityHash" : "
|
228
|
+
"name" : "Heap Used",
|
229
|
+
"identityHash" : "7815415336a111ce2fd980322d6c2bc36554364",
|
228
230
|
"type" : {
|
229
231
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Used",
|
230
|
-
"name" : "
|
232
|
+
"name" : "Heap Used",
|
231
233
|
"identityHash" : "3be5b5fdabed925ac46fdc6d8295e34bbd3147a",
|
232
234
|
"unit" : "BYTES",
|
233
235
|
"type" : "GAUGE",
|
@@ -238,13 +240,13 @@ http_interactions:
|
|
238
240
|
}, {
|
239
241
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
240
242
|
"properties" : {
|
241
|
-
"__identityHash" : "
|
243
|
+
"__identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f"
|
242
244
|
},
|
243
|
-
"name" : "
|
244
|
-
"identityHash" : "
|
245
|
+
"name" : "NonHeap Committed",
|
246
|
+
"identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f",
|
245
247
|
"type" : {
|
246
248
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
247
|
-
"name" : "
|
249
|
+
"name" : "NonHeap Committed",
|
248
250
|
"identityHash" : "55d9f8e5b0a3b5d0af3fd3bac67b08b186c68b5",
|
249
251
|
"unit" : "BYTES",
|
250
252
|
"type" : "GAUGE",
|
@@ -255,13 +257,13 @@ http_interactions:
|
|
255
257
|
}, {
|
256
258
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Used",
|
257
259
|
"properties" : {
|
258
|
-
"__identityHash" : "
|
260
|
+
"__identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5"
|
259
261
|
},
|
260
|
-
"name" : "
|
261
|
-
"identityHash" : "
|
262
|
+
"name" : "NonHeap Used",
|
263
|
+
"identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5",
|
262
264
|
"type" : {
|
263
265
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Used",
|
264
|
-
"name" : "
|
266
|
+
"name" : "NonHeap Used",
|
265
267
|
"identityHash" : "c785eddfb0f0baa1e832fc38485d686e2297497",
|
266
268
|
"unit" : "BYTES",
|
267
269
|
"type" : "GAUGE",
|
@@ -272,13 +274,13 @@ http_interactions:
|
|
272
274
|
}, {
|
273
275
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Threading%20Metrics~Thread%20Count",
|
274
276
|
"properties" : {
|
275
|
-
"__identityHash" : "
|
277
|
+
"__identityHash" : "573e174278ee95156e74efe36864444525831"
|
276
278
|
},
|
277
|
-
"name" : "
|
278
|
-
"identityHash" : "
|
279
|
+
"name" : "Thread Count",
|
280
|
+
"identityHash" : "573e174278ee95156e74efe36864444525831",
|
279
281
|
"type" : {
|
280
282
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Threading%20Metrics~Thread%20Count",
|
281
|
-
"name" : "
|
283
|
+
"name" : "Thread Count",
|
282
284
|
"identityHash" : "1e41cf1c2b3c07e23983a3789c91bdc6f1cc88",
|
283
285
|
"unit" : "NONE",
|
284
286
|
"type" : "GAUGE",
|
@@ -288,5 +290,5 @@ http_interactions:
|
|
288
290
|
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Threading Metrics~Thread Count"
|
289
291
|
} ]
|
290
292
|
http_version:
|
291
|
-
recorded_at:
|
292
|
-
recorded_with: VCR 3.0.
|
293
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
294
|
+
recorded_with: VCR 3.0.3
|