hawkular-client 2.2.1 → 2.3.0

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