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