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.
Files changed (291) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.rdoc +5 -2
  3. data/lib/hawkular/hawkular_client.rb +1 -1
  4. data/lib/hawkular/inventory/inventory_api.rb +2 -1
  5. data/lib/hawkular/metrics/metric_api.rb +4 -1
  6. data/lib/hawkular/operations/operations_api.rb +7 -4
  7. data/lib/hawkular/version.rb +1 -1
  8. data/spec/integration/inventory_spec.rb +516 -466
  9. data/spec/integration/metric_spec.rb +612 -561
  10. data/spec/integration/operations_spec.rb +425 -504
  11. data/spec/spec_helper.rb +73 -19
  12. data/spec/vcr_cassettes/Inventory/{Connection → NonSecure/Connection/Templates}/Should_err_on_bad_credentials.yml +6 -4
  13. data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Explicit_Credentials.yml +13 -9
  14. data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Implicit_Credentials.yml +13 -9
  15. data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates → NonSecure/inventory_0_17}/Client_should_listen_on_various_inventory_events.json +5 -5
  16. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Client_should_listen_on_various_inventory_events.yml +21 -13
  17. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/create_url.yml +12 -10
  18. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Helpers/generate_some_events_for_websocket.yml +51 -37
  19. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/get_feeds.yml +11 -9
  20. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_List_datasources_with_no_props.yml +11 -7
  21. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed.yml +6 -4
  22. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed_again.yml +16 -10
  23. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +664 -0
  24. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource.yml +31 -19
  25. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource_with_metric.yml +77 -49
  26. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resourcetype.yml +16 -10
  27. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_and_delete_feed.yml +19 -13
  28. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
  29. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
  30. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_have_the_same_requested_metric_type_id.yml +8 -8
  31. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_URLs.yml +29 -7
  32. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys.yml +10 -8
  33. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys_with_props.yml +24 -17
  34. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_all_the_resource_types.yml +6 -4
  35. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_WildFly.yml +31 -13
  36. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_nested_resource.yml +16 -10
  37. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_feeds.yml +9 -7
  38. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_heap_metrics_for_WildFlys.yml +196 -188
  39. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_for_WildFlys.yml +72 -68
  40. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_metric_type.yml +12 -44
  41. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_resource_type.yml +63 -61
  42. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource.yml +220 -156
  43. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource_type.yml +200 -140
  44. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_recursive_children_of_WildFly.yml +30 -12
  45. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_relationships_of_WildFly.yml +129 -113
  46. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_resources_for_feed.yml +12 -10
  47. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_bad_feed.yml +6 -4
  48. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_feed.yml +7 -5
  49. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_not_find_an_unknown_resource.yml +6 -4
  50. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_nested_resource.yml +6 -4
  51. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_resource.yml +15 -10
  52. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_the_version.yml +8 -6
  53. data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +44 -0
  54. data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +101 -0
  55. data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +101 -0
  56. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +47 -0
  57. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +207 -0
  58. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +52 -0
  59. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +411 -0
  60. 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
  61. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +133 -0
  62. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +59 -0
  63. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +181 -0
  64. 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
  65. 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
  66. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +846 -0
  67. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +169 -0
  68. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +166 -0
  69. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
  70. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
  71. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +73 -0
  72. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +90 -0
  73. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +70 -0
  74. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +138 -0
  75. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +59 -0
  76. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +333 -0
  77. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +180 -0
  78. data/spec/vcr_cassettes/{Operation/Helpers/get_feed.yml → Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml} +13 -11
  79. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +943 -0
  80. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +361 -0
  81. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +90 -0
  82. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +294 -0
  83. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +871 -0
  84. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +740 -0
  85. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +1117 -0
  86. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +393 -0
  87. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +84 -0
  88. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +55 -0
  89. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +166 -0
  90. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +59 -0
  91. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +66 -0
  92. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +71 -0
  93. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +50 -0
  94. data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +114 -0
  95. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Get_metric_definition_by_id.yml +10 -8
  96. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Retrieve_metric_rate_points.yml +18 -14
  97. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Availability_definition.yml +18 -14
  98. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Counter_definition.yml +18 -14
  99. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_gauge_definition.yml +18 -14
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_group_contiguous_values.yml +10 -6
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_return_periods.yml +10 -6
  119. 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
  120. 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
  121. 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
  122. 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
  123. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/No_Tenant/Should_fail.yml +6 -4
  124. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Simple/Should_be_Cool.yml +2 -2
  125. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Status/Should_return_the_version.yml +5 -3
  126. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. 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
  140. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_return_periods.yml +0 -0
  141. 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
  142. 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
  143. 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
  144. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Simple/Should_be_Cool.yml +0 -0
  145. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Status/Should_return_the_version.yml +0 -0
  146. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Tenants/Should_create_and_return_tenant.yml +0 -0
  147. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +19 -15
  148. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +21 -17
  149. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_group_contiguous_values.yml +17 -13
  150. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +29 -23
  151. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +47 -37
  152. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +21 -17
  153. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +19 -15
  154. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +44 -34
  155. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +60 -46
  156. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +51 -39
  157. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +29 -23
  158. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +21 -17
  159. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +19 -15
  160. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +51 -39
  161. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +29 -23
  162. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_periods.yml +17 -13
  163. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
  164. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +12 -10
  165. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +47 -37
  166. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +328 -0
  167. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +32 -32
  168. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +70 -74
  169. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +61 -47
  170. 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
  171. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/No_Tenant/Should_fail.yml +9 -7
  172. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Simple/Should_be_Cool.yml +3 -3
  173. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Status/Should_return_the_version.yml +10 -8
  174. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  175. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +51 -0
  176. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +92 -0
  177. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +101 -0
  178. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +101 -0
  179. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +101 -0
  180. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +50 -0
  181. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +146 -0
  182. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +146 -0
  183. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
  184. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
  185. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
  186. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
  187. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
  188. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
  189. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
  190. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
  191. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
  192. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
  193. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
  194. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
  195. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
  196. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
  197. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
  198. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
  199. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
  200. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
  201. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
  202. 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
  203. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/No_Tenant/Should_fail.yml +50 -0
  204. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Simple/Should_be_Cool.yml +48 -0
  205. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Status/Should_return_the_version.yml +44 -0
  206. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  207. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
  208. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
  209. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
  210. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
  211. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
  212. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
  213. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
  214. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
  215. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
  216. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
  217. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
  218. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
  219. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
  220. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
  221. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
  222. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
  223. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
  224. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +51 -0
  225. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
  226. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +364 -0
  227. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
  228. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
  229. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
  230. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +50 -0
  231. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +48 -0
  232. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +44 -0
  233. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  234. data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +61 -0
  235. data/spec/vcr_cassettes/Operation/{Helpers → NonSecure/Helpers/Templates}/get_tenant.yml +8 -5
  236. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
  237. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_datasource_should_be_doable.json +23 -0
  238. data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/Add_deployment_should_be_doable.json +4 -7
  239. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
  240. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
  241. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
  242. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
  243. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
  244. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
  245. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
  246. data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/should_not_be_possible_to_perform_on_closed_client.json +1 -1
  247. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
  248. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
  249. data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_bail_with_no_host.json +0 -0
  250. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +9 -0
  251. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
  252. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +18 -0
  253. data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_run_into_error_callback_because_bad_hash_parameters.json +1 -1
  254. data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +61 -0
  255. data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +55 -0
  256. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
  257. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +23 -0
  258. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +23 -0
  259. data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
  260. data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
  261. data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
  262. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
  263. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
  264. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
  265. data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
  266. data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +12 -0
  267. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
  268. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
  269. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +3 -0
  270. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +9 -0
  271. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
  272. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +18 -0
  273. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +13 -0
  274. metadata +526 -282
  275. data/spec/vcr_cassettes/Metrics/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
  276. data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -48
  277. data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
  278. data/spec/vcr_cassettes/Operation/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -26
  279. data/spec/vcr_cassettes/Operation/Operation/Add_datasource_should_be_doable.json +0 -26
  280. data/spec/vcr_cassettes/Operation/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -26
  281. data/spec/vcr_cassettes/Operation/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -26
  282. data/spec/vcr_cassettes/Operation/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -26
  283. data/spec/vcr_cassettes/Operation/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -40
  284. data/spec/vcr_cassettes/Operation/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -26
  285. data/spec/vcr_cassettes/Operation/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -26
  286. data/spec/vcr_cassettes/Operation/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -26
  287. data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
  288. data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
  289. data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established.json +0 -9
  290. data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
  291. 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://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
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
- - Thu, 14 Jul 2016 16:23:43 GMT
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
- - '517'
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" : "8f7077c6fd492ab39991ce1f7d168a0565fd9e5"
56
+ "__identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f"
55
57
  },
56
58
  "name" : "WildFly Server [Local]",
57
- "identityHash" : "8f7077c6fd492ab39991ce1f7d168a0565fd9e5",
59
+ "identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f",
58
60
  "type" : {
59
61
  "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
60
62
  "name" : "WildFly Server",
61
- "identityHash" : "617542c89b86e3ce52b819c1deae7ca37cf7851",
63
+ "identityHash" : "385d354c833f19e97d427c7bfc7c6441b73ef1c",
62
64
  "id" : "WildFly Server"
63
65
  },
64
66
  "id" : "Local~~"
65
67
  } ]
66
68
  http_version:
67
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
69
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
68
70
  - request:
69
71
  method: get
70
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/type=r
72
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/type=r
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,15 +102,15 @@ http_interactions:
98
102
  Pragma:
99
103
  - no-cache
100
104
  Date:
101
- - Thu, 14 Jul 2016 16:23:43 GMT
105
+ - Wed, 10 Aug 2016 22:35:37 GMT
102
106
  X-Total-Count:
103
- - '14'
107
+ - '15'
104
108
  Connection:
105
109
  - keep-alive
106
110
  Content-Type:
107
111
  - application/json
108
112
  Content-Length:
109
- - '8503'
113
+ - '9157'
110
114
  Link:
111
115
  - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/type=r>;
112
116
  rel="current"
@@ -169,6 +173,20 @@ http_interactions:
169
173
  "id" : "Deployment"
170
174
  },
171
175
  "id" : "Local~/deployment=hawkular-metrics-component.war"
176
+ }, {
177
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-commons-embedded-cassandra-war.war",
178
+ "properties" : {
179
+ "__identityHash" : "8818ce75b624f951c6d2f406045d0349328fc4"
180
+ },
181
+ "name" : "Deployment [hawkular-commons-embedded-cassandra-war.war]",
182
+ "identityHash" : "8818ce75b624f951c6d2f406045d0349328fc4",
183
+ "type" : {
184
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
185
+ "name" : "Deployment",
186
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
187
+ "id" : "Deployment"
188
+ },
189
+ "id" : "Local~/deployment=hawkular-commons-embedded-cassandra-war.war"
172
190
  }, {
173
191
  "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war",
174
192
  "properties" : {
@@ -311,5 +329,5 @@ http_interactions:
311
329
  "id" : "Local~/subsystem=infinispan"
312
330
  } ]
313
331
  http_version:
314
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
315
- recorded_with: VCR 3.0.1
332
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
333
+ recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem=datasources%2Fdata-source=ExampleDS
5
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem=datasources%2Fdata-source=ExampleDS
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
- - Thu, 14 Jul 2016 16:23:43 GMT
38
+ - Wed, 10 Aug 2016 22:35:37 GMT
37
39
  Connection:
38
40
  - keep-alive
39
41
  Content-Type:
@@ -59,10 +61,10 @@ http_interactions:
59
61
  "id" : "Local~/subsystem=datasources/data-source=ExampleDS"
60
62
  }
61
63
  http_version:
62
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
64
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
63
65
  - request:
64
66
  method: get
65
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem=datasources%2Fdata-source=ExampleDS/d;configuration
67
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem=datasources%2Fdata-source=ExampleDS/d;configuration
66
68
  body:
67
69
  encoding: US-ASCII
68
70
  string: ''
@@ -77,6 +79,8 @@ http_interactions:
77
79
  - hawkular
78
80
  Content-Type:
79
81
  - application/json
82
+ Host:
83
+ - localhost:8080
80
84
  response:
81
85
  status:
82
86
  code: 200
@@ -93,7 +97,7 @@ http_interactions:
93
97
  Pragma:
94
98
  - no-cache
95
99
  Date:
96
- - Thu, 14 Jul 2016 16:23:43 GMT
100
+ - Wed, 10 Aug 2016 22:35:37 GMT
97
101
  Connection:
98
102
  - keep-alive
99
103
  Content-Type:
@@ -120,10 +124,10 @@ http_interactions:
120
124
  }
121
125
  }
122
126
  http_version:
123
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
127
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
124
128
  - request:
125
129
  method: get
126
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem=datasources%2Fdata-source=ExampleDS/type=r
130
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem=datasources%2Fdata-source=ExampleDS/type=r
127
131
  body:
128
132
  encoding: US-ASCII
129
133
  string: ''
@@ -138,6 +142,8 @@ http_interactions:
138
142
  - hawkular
139
143
  Content-Type:
140
144
  - application/json
145
+ Host:
146
+ - localhost:8080
141
147
  response:
142
148
  status:
143
149
  code: 200
@@ -154,7 +160,7 @@ http_interactions:
154
160
  Pragma:
155
161
  - no-cache
156
162
  Date:
157
- - Thu, 14 Jul 2016 16:23:43 GMT
163
+ - Wed, 10 Aug 2016 22:35:37 GMT
158
164
  X-Total-Count:
159
165
  - "-1"
160
166
  Connection:
@@ -170,5 +176,5 @@ http_interactions:
170
176
  encoding: UTF-8
171
177
  string: "[ ]"
172
178
  http_version:
173
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
174
- recorded_with: VCR 3.0.1
179
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
180
+ recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/type=f
5
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/type=f
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
- - Thu, 14 Jul 2016 16:23:39 GMT
38
+ - Wed, 10 Aug 2016 22:35:36 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
- - '267'
46
+ - '271'
45
47
  Link:
46
48
  - <http://localhost:8080/hawkular/inventory/traversal/type=f>; rel="current"
47
49
  body:
@@ -50,11 +52,11 @@ http_interactions:
50
52
  [ {
51
53
  "path" : "/t;hawkular/f;<%= feed_uuid %>",
52
54
  "properties" : {
53
- "__identityHash" : "1529b824c466776d4f26aba71db7cb4788d0d"
55
+ "__identityHash" : "6f7052f82072f942f3e402fe127d6133ea5e963"
54
56
  },
55
- "identityHash" : "1529b824c466776d4f26aba71db7cb4788d0d",
57
+ "identityHash" : "6f7052f82072f942f3e402fe127d6133ea5e963",
56
58
  "id" : "<%= feed_uuid %>"
57
59
  } ]
58
60
  http_version:
59
- recorded_at: Thu, 14 Jul 2016 16:23:39 GMT
60
- recorded_with: VCR 3.0.1
61
+ recorded_at: Wed, 10 Aug 2016 22:35:36 GMT
62
+ recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
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
- - Thu, 14 Jul 2016 16:23:43 GMT
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
- - '517'
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" : "8f7077c6fd492ab39991ce1f7d168a0565fd9e5"
56
+ "__identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f"
55
57
  },
56
58
  "name" : "WildFly Server [Local]",
57
- "identityHash" : "8f7077c6fd492ab39991ce1f7d168a0565fd9e5",
59
+ "identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f",
58
60
  "type" : {
59
61
  "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
60
62
  "name" : "WildFly Server",
61
- "identityHash" : "617542c89b86e3ce52b819c1deae7ca37cf7851",
63
+ "identityHash" : "385d354c833f19e97d427c7bfc7c6441b73ef1c",
62
64
  "id" : "WildFly Server"
63
65
  },
64
66
  "id" : "Local~~"
65
67
  } ]
66
68
  http_version:
67
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
69
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
68
70
  - request:
69
71
  method: get
70
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id
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
- - Thu, 14 Jul 2016 16:23:43 GMT
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
- - '13056'
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" : "b0565611a2d5cdb3195256dc7fe287877b5b89b"
123
+ "__identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd"
120
124
  },
121
- "name" : "Server Availability~Server Availability",
122
- "identityHash" : "b0565611a2d5cdb3195256dc7fe287877b5b89b",
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~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" : "17246bba43523efbb195d11279cd5716e75a0de"
140
+ "__identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489"
137
141
  },
138
- "name" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions",
139
- "identityHash" : "17246bba43523efbb195d11279cd5716e75a0de",
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" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions",
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" : "5843d473a3aa198449719818ba0af2557390b6"
157
+ "__identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7"
154
158
  },
155
- "name" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions",
156
- "identityHash" : "5843d473a3aa198449719818ba0af2557390b6",
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" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions",
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" : "855a7aac39faba7e71734b704392f87cd3b92d9"
174
+ "__identityHash" : "32d038247a3284c1f76cb57d97a97ee592336"
171
175
  },
172
- "name" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions",
173
- "identityHash" : "855a7aac39faba7e71734b704392f87cd3b92d9",
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" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions",
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" : "d561dd16efd30fe9c7ee0317490321bbf91518"
191
+ "__identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3"
188
192
  },
189
- "name" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions",
190
- "identityHash" : "d561dd16efd30fe9c7ee0317490321bbf91518",
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" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions",
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" : "bc10337e8cde627335dacd529227759992d741c"
208
+ "__identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44"
205
209
  },
206
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count",
207
- "identityHash" : "bc10337e8cde627335dacd529227759992d741c",
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" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count",
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" : "79dc48c0995d4480a216ead6a4e6af97fa434b3"
225
+ "__identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735"
222
226
  },
223
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time",
224
- "identityHash" : "79dc48c0995d4480a216ead6a4e6af97fa434b3",
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" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time",
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" : "e711337f6c7ad8572d3dcb024c2314619249487"
242
+ "__identityHash" : "826aea1c238abf54197b792b93533723c630"
239
243
  },
240
- "name" : "WildFly Memory Metrics~Accumulated GC Duration",
241
- "identityHash" : "e711337f6c7ad8572d3dcb024c2314619249487",
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" : "WildFly Memory Metrics~Accumulated GC Duration",
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" : "af61954da12cdc111648e6eb8896988d82ae62ed"
259
+ "__identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097"
256
260
  },
257
- "name" : "WildFly Memory Metrics~Heap Committed",
258
- "identityHash" : "af61954da12cdc111648e6eb8896988d82ae62ed",
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" : "WildFly Memory Metrics~Heap Committed",
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" : "d86add67ad912b8f2e163a964a297c7fa5997"
276
+ "__identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54"
273
277
  },
274
- "name" : "WildFly Memory Metrics~Heap Max",
275
- "identityHash" : "d86add67ad912b8f2e163a964a297c7fa5997",
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" : "WildFly Memory Metrics~Heap Max",
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" : "6a83bcf8c41d524cff4d9c12156c1c9264cef43"
293
+ "__identityHash" : "7815415336a111ce2fd980322d6c2bc36554364"
290
294
  },
291
- "name" : "WildFly Memory Metrics~Heap Used",
292
- "identityHash" : "6a83bcf8c41d524cff4d9c12156c1c9264cef43",
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" : "WildFly Memory Metrics~Heap Used",
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" : "6417da32f2907035ff752b7c888cd96b662a9e48"
310
+ "__identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f"
307
311
  },
308
- "name" : "WildFly Memory Metrics~NonHeap Committed",
309
- "identityHash" : "6417da32f2907035ff752b7c888cd96b662a9e48",
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" : "WildFly Memory Metrics~NonHeap Committed",
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" : "a962202dff756545627ffe41658571d99c6357"
327
+ "__identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5"
324
328
  },
325
- "name" : "WildFly Memory Metrics~NonHeap Used",
326
- "identityHash" : "a962202dff756545627ffe41658571d99c6357",
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" : "WildFly Memory Metrics~NonHeap Used",
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" : "ffda956771144b0d563846e90eaa04bce44ba88"
344
+ "__identityHash" : "573e174278ee95156e74efe36864444525831"
341
345
  },
342
- "name" : "WildFly Threading Metrics~Thread Count",
343
- "identityHash" : "ffda956771144b0d563846e90eaa04bce44ba88",
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" : "WildFly Threading Metrics~Thread Count",
350
+ "name" : "Thread Count",
347
351
  "identityHash" : "1e41cf1c2b3c07e23983a3789c91bdc6f1cc88",
348
352
  "unit" : "NONE",
349
353
  "type" : "GAUGE",
@@ -353,10 +357,10 @@ 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: Thu, 14 Jul 2016 16:23:43 GMT
360
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
357
361
  - request:
358
362
  method: get
359
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id
363
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id
360
364
  body:
361
365
  encoding: US-ASCII
362
366
  string: ''
@@ -371,6 +375,8 @@ http_interactions:
371
375
  - hawkular
372
376
  Content-Type:
373
377
  - application/json
378
+ Host:
379
+ - localhost:8080
374
380
  response:
375
381
  status:
376
382
  code: 200
@@ -387,7 +393,7 @@ http_interactions:
387
393
  Pragma:
388
394
  - no-cache
389
395
  Date:
390
- - Thu, 14 Jul 2016 16:23:43 GMT
396
+ - Wed, 10 Aug 2016 22:35:37 GMT
391
397
  X-Total-Count:
392
398
  - '14'
393
399
  Connection:
@@ -395,7 +401,7 @@ http_interactions:
395
401
  Content-Type:
396
402
  - application/json
397
403
  Content-Length:
398
- - '13056'
404
+ - '12298'
399
405
  Link:
400
406
  - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id>;
401
407
  rel="current"
@@ -405,13 +411,13 @@ http_interactions:
405
411
  [ {
406
412
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;AI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~AT~Server%20Availability~Server%20Availability",
407
413
  "properties" : {
408
- "__identityHash" : "b0565611a2d5cdb3195256dc7fe287877b5b89b"
414
+ "__identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd"
409
415
  },
410
- "name" : "Server Availability~Server Availability",
411
- "identityHash" : "b0565611a2d5cdb3195256dc7fe287877b5b89b",
416
+ "name" : "Server Availability",
417
+ "identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd",
412
418
  "type" : {
413
419
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Server%20Availability~Server%20Availability",
414
- "name" : "Server Availability~Server Availability",
420
+ "name" : "Server Availability",
415
421
  "identityHash" : "69beedc2b0c5cf2f3d0484b9c1aa9e4cdcf93",
416
422
  "unit" : "NONE",
417
423
  "type" : "AVAILABILITY",
@@ -422,13 +428,13 @@ http_interactions:
422
428
  }, {
423
429
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
424
430
  "properties" : {
425
- "__identityHash" : "17246bba43523efbb195d11279cd5716e75a0de"
431
+ "__identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489"
426
432
  },
427
- "name" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions",
428
- "identityHash" : "17246bba43523efbb195d11279cd5716e75a0de",
433
+ "name" : "Aggregated Active Web Sessions",
434
+ "identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489",
429
435
  "type" : {
430
436
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
431
- "name" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions",
437
+ "name" : "Aggregated Active Web Sessions",
432
438
  "identityHash" : "a82dc495957628db4b96ca5c44213ce023c792b9",
433
439
  "unit" : "NONE",
434
440
  "type" : "GAUGE",
@@ -439,13 +445,13 @@ http_interactions:
439
445
  }, {
440
446
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
441
447
  "properties" : {
442
- "__identityHash" : "5843d473a3aa198449719818ba0af2557390b6"
448
+ "__identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7"
443
449
  },
444
- "name" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions",
445
- "identityHash" : "5843d473a3aa198449719818ba0af2557390b6",
450
+ "name" : "Aggregated Expired Web Sessions",
451
+ "identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7",
446
452
  "type" : {
447
453
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
448
- "name" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions",
454
+ "name" : "Aggregated Expired Web Sessions",
449
455
  "identityHash" : "3c806e8b625362b37f972a3594448c4aa8b3",
450
456
  "unit" : "NONE",
451
457
  "type" : "COUNTER",
@@ -456,13 +462,13 @@ http_interactions:
456
462
  }, {
457
463
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
458
464
  "properties" : {
459
- "__identityHash" : "855a7aac39faba7e71734b704392f87cd3b92d9"
465
+ "__identityHash" : "32d038247a3284c1f76cb57d97a97ee592336"
460
466
  },
461
- "name" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions",
462
- "identityHash" : "855a7aac39faba7e71734b704392f87cd3b92d9",
467
+ "name" : "Aggregated Max Active Web Sessions",
468
+ "identityHash" : "32d038247a3284c1f76cb57d97a97ee592336",
463
469
  "type" : {
464
470
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
465
- "name" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions",
471
+ "name" : "Aggregated Max Active Web Sessions",
466
472
  "identityHash" : "a677b62ab5ec7632a32af8b6ef08aef813fd1f",
467
473
  "unit" : "NONE",
468
474
  "type" : "GAUGE",
@@ -473,13 +479,13 @@ http_interactions:
473
479
  }, {
474
480
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
475
481
  "properties" : {
476
- "__identityHash" : "d561dd16efd30fe9c7ee0317490321bbf91518"
482
+ "__identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3"
477
483
  },
478
- "name" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions",
479
- "identityHash" : "d561dd16efd30fe9c7ee0317490321bbf91518",
484
+ "name" : "Aggregated Rejected Web Sessions",
485
+ "identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3",
480
486
  "type" : {
481
487
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
482
- "name" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions",
488
+ "name" : "Aggregated Rejected Web Sessions",
483
489
  "identityHash" : "6af37a7acb8c6eab4818313a281748152896534",
484
490
  "unit" : "NONE",
485
491
  "type" : "COUNTER",
@@ -490,13 +496,13 @@ http_interactions:
490
496
  }, {
491
497
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
492
498
  "properties" : {
493
- "__identityHash" : "bc10337e8cde627335dacd529227759992d741c"
499
+ "__identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44"
494
500
  },
495
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count",
496
- "identityHash" : "bc10337e8cde627335dacd529227759992d741c",
501
+ "name" : "Aggregated Servlet Request Count",
502
+ "identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44",
497
503
  "type" : {
498
504
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
499
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count",
505
+ "name" : "Aggregated Servlet Request Count",
500
506
  "identityHash" : "95556b3b6367d481ebfd12997646e08fef9291e0",
501
507
  "unit" : "NONE",
502
508
  "type" : "COUNTER",
@@ -507,13 +513,13 @@ http_interactions:
507
513
  }, {
508
514
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
509
515
  "properties" : {
510
- "__identityHash" : "79dc48c0995d4480a216ead6a4e6af97fa434b3"
516
+ "__identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735"
511
517
  },
512
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time",
513
- "identityHash" : "79dc48c0995d4480a216ead6a4e6af97fa434b3",
518
+ "name" : "Aggregated Servlet Request Time",
519
+ "identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735",
514
520
  "type" : {
515
521
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
516
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time",
522
+ "name" : "Aggregated Servlet Request Time",
517
523
  "identityHash" : "f949025e0087974acae8cffab1598344932f6c",
518
524
  "unit" : "NONE",
519
525
  "type" : "COUNTER",
@@ -524,13 +530,13 @@ http_interactions:
524
530
  }, {
525
531
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
526
532
  "properties" : {
527
- "__identityHash" : "e711337f6c7ad8572d3dcb024c2314619249487"
533
+ "__identityHash" : "826aea1c238abf54197b792b93533723c630"
528
534
  },
529
- "name" : "WildFly Memory Metrics~Accumulated GC Duration",
530
- "identityHash" : "e711337f6c7ad8572d3dcb024c2314619249487",
535
+ "name" : "Accumulated GC Duration",
536
+ "identityHash" : "826aea1c238abf54197b792b93533723c630",
531
537
  "type" : {
532
538
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
533
- "name" : "WildFly Memory Metrics~Accumulated GC Duration",
539
+ "name" : "Accumulated GC Duration",
534
540
  "identityHash" : "44916cf1eae6344af4cd0b2a562c5328562c3",
535
541
  "unit" : "MILLISECONDS",
536
542
  "type" : "COUNTER",
@@ -541,13 +547,13 @@ http_interactions:
541
547
  }, {
542
548
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Committed",
543
549
  "properties" : {
544
- "__identityHash" : "af61954da12cdc111648e6eb8896988d82ae62ed"
550
+ "__identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097"
545
551
  },
546
- "name" : "WildFly Memory Metrics~Heap Committed",
547
- "identityHash" : "af61954da12cdc111648e6eb8896988d82ae62ed",
552
+ "name" : "Heap Committed",
553
+ "identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097",
548
554
  "type" : {
549
555
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Committed",
550
- "name" : "WildFly Memory Metrics~Heap Committed",
556
+ "name" : "Heap Committed",
551
557
  "identityHash" : "405253f87a6e98aabe2d7a4a524f5796d9d97e",
552
558
  "unit" : "BYTES",
553
559
  "type" : "GAUGE",
@@ -558,13 +564,13 @@ http_interactions:
558
564
  }, {
559
565
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Max",
560
566
  "properties" : {
561
- "__identityHash" : "d86add67ad912b8f2e163a964a297c7fa5997"
567
+ "__identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54"
562
568
  },
563
- "name" : "WildFly Memory Metrics~Heap Max",
564
- "identityHash" : "d86add67ad912b8f2e163a964a297c7fa5997",
569
+ "name" : "Heap Max",
570
+ "identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54",
565
571
  "type" : {
566
572
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Max",
567
- "name" : "WildFly Memory Metrics~Heap Max",
573
+ "name" : "Heap Max",
568
574
  "identityHash" : "a84cf574232510897e26b98fd9ea5702a95dfc7",
569
575
  "unit" : "BYTES",
570
576
  "type" : "GAUGE",
@@ -575,13 +581,13 @@ http_interactions:
575
581
  }, {
576
582
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Used",
577
583
  "properties" : {
578
- "__identityHash" : "6a83bcf8c41d524cff4d9c12156c1c9264cef43"
584
+ "__identityHash" : "7815415336a111ce2fd980322d6c2bc36554364"
579
585
  },
580
- "name" : "WildFly Memory Metrics~Heap Used",
581
- "identityHash" : "6a83bcf8c41d524cff4d9c12156c1c9264cef43",
586
+ "name" : "Heap Used",
587
+ "identityHash" : "7815415336a111ce2fd980322d6c2bc36554364",
582
588
  "type" : {
583
589
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Used",
584
- "name" : "WildFly Memory Metrics~Heap Used",
590
+ "name" : "Heap Used",
585
591
  "identityHash" : "3be5b5fdabed925ac46fdc6d8295e34bbd3147a",
586
592
  "unit" : "BYTES",
587
593
  "type" : "GAUGE",
@@ -592,13 +598,13 @@ http_interactions:
592
598
  }, {
593
599
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Committed",
594
600
  "properties" : {
595
- "__identityHash" : "6417da32f2907035ff752b7c888cd96b662a9e48"
601
+ "__identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f"
596
602
  },
597
- "name" : "WildFly Memory Metrics~NonHeap Committed",
598
- "identityHash" : "6417da32f2907035ff752b7c888cd96b662a9e48",
603
+ "name" : "NonHeap Committed",
604
+ "identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f",
599
605
  "type" : {
600
606
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Committed",
601
- "name" : "WildFly Memory Metrics~NonHeap Committed",
607
+ "name" : "NonHeap Committed",
602
608
  "identityHash" : "55d9f8e5b0a3b5d0af3fd3bac67b08b186c68b5",
603
609
  "unit" : "BYTES",
604
610
  "type" : "GAUGE",
@@ -609,13 +615,13 @@ http_interactions:
609
615
  }, {
610
616
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Used",
611
617
  "properties" : {
612
- "__identityHash" : "a962202dff756545627ffe41658571d99c6357"
618
+ "__identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5"
613
619
  },
614
- "name" : "WildFly Memory Metrics~NonHeap Used",
615
- "identityHash" : "a962202dff756545627ffe41658571d99c6357",
620
+ "name" : "NonHeap Used",
621
+ "identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5",
616
622
  "type" : {
617
623
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Used",
618
- "name" : "WildFly Memory Metrics~NonHeap Used",
624
+ "name" : "NonHeap Used",
619
625
  "identityHash" : "c785eddfb0f0baa1e832fc38485d686e2297497",
620
626
  "unit" : "BYTES",
621
627
  "type" : "GAUGE",
@@ -626,13 +632,13 @@ http_interactions:
626
632
  }, {
627
633
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Threading%20Metrics~Thread%20Count",
628
634
  "properties" : {
629
- "__identityHash" : "ffda956771144b0d563846e90eaa04bce44ba88"
635
+ "__identityHash" : "573e174278ee95156e74efe36864444525831"
630
636
  },
631
- "name" : "WildFly Threading Metrics~Thread Count",
632
- "identityHash" : "ffda956771144b0d563846e90eaa04bce44ba88",
637
+ "name" : "Thread Count",
638
+ "identityHash" : "573e174278ee95156e74efe36864444525831",
633
639
  "type" : {
634
640
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Threading%20Metrics~Thread%20Count",
635
- "name" : "WildFly Threading Metrics~Thread Count",
641
+ "name" : "Thread Count",
636
642
  "identityHash" : "1e41cf1c2b3c07e23983a3789c91bdc6f1cc88",
637
643
  "unit" : "NONE",
638
644
  "type" : "GAUGE",
@@ -642,10 +648,10 @@ http_interactions:
642
648
  "id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Threading Metrics~Thread Count"
643
649
  } ]
644
650
  http_version:
645
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
651
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
646
652
  - request:
647
653
  method: get
648
- uri: http://jdoe:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id
654
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id
649
655
  body:
650
656
  encoding: US-ASCII
651
657
  string: ''
@@ -660,6 +666,8 @@ http_interactions:
660
666
  - hawkular
661
667
  Content-Type:
662
668
  - application/json
669
+ Host:
670
+ - localhost:8080
663
671
  response:
664
672
  status:
665
673
  code: 200
@@ -676,7 +684,7 @@ http_interactions:
676
684
  Pragma:
677
685
  - no-cache
678
686
  Date:
679
- - Thu, 14 Jul 2016 16:23:43 GMT
687
+ - Wed, 10 Aug 2016 22:35:37 GMT
680
688
  X-Total-Count:
681
689
  - '14'
682
690
  Connection:
@@ -684,7 +692,7 @@ http_interactions:
684
692
  Content-Type:
685
693
  - application/json
686
694
  Content-Length:
687
- - '13056'
695
+ - '12298'
688
696
  Link:
689
697
  - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/rl;incorporates/type=m?sort=id>;
690
698
  rel="current"
@@ -694,13 +702,13 @@ http_interactions:
694
702
  [ {
695
703
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;AI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~AT~Server%20Availability~Server%20Availability",
696
704
  "properties" : {
697
- "__identityHash" : "b0565611a2d5cdb3195256dc7fe287877b5b89b"
705
+ "__identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd"
698
706
  },
699
- "name" : "Server Availability~Server Availability",
700
- "identityHash" : "b0565611a2d5cdb3195256dc7fe287877b5b89b",
707
+ "name" : "Server Availability",
708
+ "identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd",
701
709
  "type" : {
702
710
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Server%20Availability~Server%20Availability",
703
- "name" : "Server Availability~Server Availability",
711
+ "name" : "Server Availability",
704
712
  "identityHash" : "69beedc2b0c5cf2f3d0484b9c1aa9e4cdcf93",
705
713
  "unit" : "NONE",
706
714
  "type" : "AVAILABILITY",
@@ -711,13 +719,13 @@ http_interactions:
711
719
  }, {
712
720
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
713
721
  "properties" : {
714
- "__identityHash" : "17246bba43523efbb195d11279cd5716e75a0de"
722
+ "__identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489"
715
723
  },
716
- "name" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions",
717
- "identityHash" : "17246bba43523efbb195d11279cd5716e75a0de",
724
+ "name" : "Aggregated Active Web Sessions",
725
+ "identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489",
718
726
  "type" : {
719
727
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
720
- "name" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions",
728
+ "name" : "Aggregated Active Web Sessions",
721
729
  "identityHash" : "a82dc495957628db4b96ca5c44213ce023c792b9",
722
730
  "unit" : "NONE",
723
731
  "type" : "GAUGE",
@@ -728,13 +736,13 @@ http_interactions:
728
736
  }, {
729
737
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
730
738
  "properties" : {
731
- "__identityHash" : "5843d473a3aa198449719818ba0af2557390b6"
739
+ "__identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7"
732
740
  },
733
- "name" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions",
734
- "identityHash" : "5843d473a3aa198449719818ba0af2557390b6",
741
+ "name" : "Aggregated Expired Web Sessions",
742
+ "identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7",
735
743
  "type" : {
736
744
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
737
- "name" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions",
745
+ "name" : "Aggregated Expired Web Sessions",
738
746
  "identityHash" : "3c806e8b625362b37f972a3594448c4aa8b3",
739
747
  "unit" : "NONE",
740
748
  "type" : "COUNTER",
@@ -745,13 +753,13 @@ http_interactions:
745
753
  }, {
746
754
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
747
755
  "properties" : {
748
- "__identityHash" : "855a7aac39faba7e71734b704392f87cd3b92d9"
756
+ "__identityHash" : "32d038247a3284c1f76cb57d97a97ee592336"
749
757
  },
750
- "name" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions",
751
- "identityHash" : "855a7aac39faba7e71734b704392f87cd3b92d9",
758
+ "name" : "Aggregated Max Active Web Sessions",
759
+ "identityHash" : "32d038247a3284c1f76cb57d97a97ee592336",
752
760
  "type" : {
753
761
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
754
- "name" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions",
762
+ "name" : "Aggregated Max Active Web Sessions",
755
763
  "identityHash" : "a677b62ab5ec7632a32af8b6ef08aef813fd1f",
756
764
  "unit" : "NONE",
757
765
  "type" : "GAUGE",
@@ -762,13 +770,13 @@ http_interactions:
762
770
  }, {
763
771
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
764
772
  "properties" : {
765
- "__identityHash" : "d561dd16efd30fe9c7ee0317490321bbf91518"
773
+ "__identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3"
766
774
  },
767
- "name" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions",
768
- "identityHash" : "d561dd16efd30fe9c7ee0317490321bbf91518",
775
+ "name" : "Aggregated Rejected Web Sessions",
776
+ "identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3",
769
777
  "type" : {
770
778
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
771
- "name" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions",
779
+ "name" : "Aggregated Rejected Web Sessions",
772
780
  "identityHash" : "6af37a7acb8c6eab4818313a281748152896534",
773
781
  "unit" : "NONE",
774
782
  "type" : "COUNTER",
@@ -779,13 +787,13 @@ http_interactions:
779
787
  }, {
780
788
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
781
789
  "properties" : {
782
- "__identityHash" : "bc10337e8cde627335dacd529227759992d741c"
790
+ "__identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44"
783
791
  },
784
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count",
785
- "identityHash" : "bc10337e8cde627335dacd529227759992d741c",
792
+ "name" : "Aggregated Servlet Request Count",
793
+ "identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44",
786
794
  "type" : {
787
795
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
788
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count",
796
+ "name" : "Aggregated Servlet Request Count",
789
797
  "identityHash" : "95556b3b6367d481ebfd12997646e08fef9291e0",
790
798
  "unit" : "NONE",
791
799
  "type" : "COUNTER",
@@ -796,13 +804,13 @@ http_interactions:
796
804
  }, {
797
805
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
798
806
  "properties" : {
799
- "__identityHash" : "79dc48c0995d4480a216ead6a4e6af97fa434b3"
807
+ "__identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735"
800
808
  },
801
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time",
802
- "identityHash" : "79dc48c0995d4480a216ead6a4e6af97fa434b3",
809
+ "name" : "Aggregated Servlet Request Time",
810
+ "identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735",
803
811
  "type" : {
804
812
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
805
- "name" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time",
813
+ "name" : "Aggregated Servlet Request Time",
806
814
  "identityHash" : "f949025e0087974acae8cffab1598344932f6c",
807
815
  "unit" : "NONE",
808
816
  "type" : "COUNTER",
@@ -813,13 +821,13 @@ http_interactions:
813
821
  }, {
814
822
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
815
823
  "properties" : {
816
- "__identityHash" : "e711337f6c7ad8572d3dcb024c2314619249487"
824
+ "__identityHash" : "826aea1c238abf54197b792b93533723c630"
817
825
  },
818
- "name" : "WildFly Memory Metrics~Accumulated GC Duration",
819
- "identityHash" : "e711337f6c7ad8572d3dcb024c2314619249487",
826
+ "name" : "Accumulated GC Duration",
827
+ "identityHash" : "826aea1c238abf54197b792b93533723c630",
820
828
  "type" : {
821
829
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
822
- "name" : "WildFly Memory Metrics~Accumulated GC Duration",
830
+ "name" : "Accumulated GC Duration",
823
831
  "identityHash" : "44916cf1eae6344af4cd0b2a562c5328562c3",
824
832
  "unit" : "MILLISECONDS",
825
833
  "type" : "COUNTER",
@@ -830,13 +838,13 @@ http_interactions:
830
838
  }, {
831
839
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Committed",
832
840
  "properties" : {
833
- "__identityHash" : "af61954da12cdc111648e6eb8896988d82ae62ed"
841
+ "__identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097"
834
842
  },
835
- "name" : "WildFly Memory Metrics~Heap Committed",
836
- "identityHash" : "af61954da12cdc111648e6eb8896988d82ae62ed",
843
+ "name" : "Heap Committed",
844
+ "identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097",
837
845
  "type" : {
838
846
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Committed",
839
- "name" : "WildFly Memory Metrics~Heap Committed",
847
+ "name" : "Heap Committed",
840
848
  "identityHash" : "405253f87a6e98aabe2d7a4a524f5796d9d97e",
841
849
  "unit" : "BYTES",
842
850
  "type" : "GAUGE",
@@ -847,13 +855,13 @@ http_interactions:
847
855
  }, {
848
856
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Max",
849
857
  "properties" : {
850
- "__identityHash" : "d86add67ad912b8f2e163a964a297c7fa5997"
858
+ "__identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54"
851
859
  },
852
- "name" : "WildFly Memory Metrics~Heap Max",
853
- "identityHash" : "d86add67ad912b8f2e163a964a297c7fa5997",
860
+ "name" : "Heap Max",
861
+ "identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54",
854
862
  "type" : {
855
863
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Max",
856
- "name" : "WildFly Memory Metrics~Heap Max",
864
+ "name" : "Heap Max",
857
865
  "identityHash" : "a84cf574232510897e26b98fd9ea5702a95dfc7",
858
866
  "unit" : "BYTES",
859
867
  "type" : "GAUGE",
@@ -864,13 +872,13 @@ http_interactions:
864
872
  }, {
865
873
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Used",
866
874
  "properties" : {
867
- "__identityHash" : "6a83bcf8c41d524cff4d9c12156c1c9264cef43"
875
+ "__identityHash" : "7815415336a111ce2fd980322d6c2bc36554364"
868
876
  },
869
- "name" : "WildFly Memory Metrics~Heap Used",
870
- "identityHash" : "6a83bcf8c41d524cff4d9c12156c1c9264cef43",
877
+ "name" : "Heap Used",
878
+ "identityHash" : "7815415336a111ce2fd980322d6c2bc36554364",
871
879
  "type" : {
872
880
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Used",
873
- "name" : "WildFly Memory Metrics~Heap Used",
881
+ "name" : "Heap Used",
874
882
  "identityHash" : "3be5b5fdabed925ac46fdc6d8295e34bbd3147a",
875
883
  "unit" : "BYTES",
876
884
  "type" : "GAUGE",
@@ -881,13 +889,13 @@ http_interactions:
881
889
  }, {
882
890
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Committed",
883
891
  "properties" : {
884
- "__identityHash" : "6417da32f2907035ff752b7c888cd96b662a9e48"
892
+ "__identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f"
885
893
  },
886
- "name" : "WildFly Memory Metrics~NonHeap Committed",
887
- "identityHash" : "6417da32f2907035ff752b7c888cd96b662a9e48",
894
+ "name" : "NonHeap Committed",
895
+ "identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f",
888
896
  "type" : {
889
897
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Committed",
890
- "name" : "WildFly Memory Metrics~NonHeap Committed",
898
+ "name" : "NonHeap Committed",
891
899
  "identityHash" : "55d9f8e5b0a3b5d0af3fd3bac67b08b186c68b5",
892
900
  "unit" : "BYTES",
893
901
  "type" : "GAUGE",
@@ -898,13 +906,13 @@ http_interactions:
898
906
  }, {
899
907
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Used",
900
908
  "properties" : {
901
- "__identityHash" : "a962202dff756545627ffe41658571d99c6357"
909
+ "__identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5"
902
910
  },
903
- "name" : "WildFly Memory Metrics~NonHeap Used",
904
- "identityHash" : "a962202dff756545627ffe41658571d99c6357",
911
+ "name" : "NonHeap Used",
912
+ "identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5",
905
913
  "type" : {
906
914
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Used",
907
- "name" : "WildFly Memory Metrics~NonHeap Used",
915
+ "name" : "NonHeap Used",
908
916
  "identityHash" : "c785eddfb0f0baa1e832fc38485d686e2297497",
909
917
  "unit" : "BYTES",
910
918
  "type" : "GAUGE",
@@ -915,13 +923,13 @@ http_interactions:
915
923
  }, {
916
924
  "path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Threading%20Metrics~Thread%20Count",
917
925
  "properties" : {
918
- "__identityHash" : "ffda956771144b0d563846e90eaa04bce44ba88"
926
+ "__identityHash" : "573e174278ee95156e74efe36864444525831"
919
927
  },
920
- "name" : "WildFly Threading Metrics~Thread Count",
921
- "identityHash" : "ffda956771144b0d563846e90eaa04bce44ba88",
928
+ "name" : "Thread Count",
929
+ "identityHash" : "573e174278ee95156e74efe36864444525831",
922
930
  "type" : {
923
931
  "path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Threading%20Metrics~Thread%20Count",
924
- "name" : "WildFly Threading Metrics~Thread Count",
932
+ "name" : "Thread Count",
925
933
  "identityHash" : "1e41cf1c2b3c07e23983a3789c91bdc6f1cc88",
926
934
  "unit" : "NONE",
927
935
  "type" : "GAUGE",
@@ -931,5 +939,5 @@ http_interactions:
931
939
  "id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Threading Metrics~Thread Count"
932
940
  } ]
933
941
  http_version:
934
- recorded_at: Thu, 14 Jul 2016 16:23:43 GMT
935
- recorded_with: VCR 3.0.1
942
+ recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
943
+ recorded_with: VCR 3.0.3