vmpooler/spec/unit
Jake Spain ca6833d156
Add operation label to user metric and move from manager to api
This adds an "operation" label to the user metrics and moves incrementing from the manager to api, so that the user metrics show when resources are allocated, as well as destroyed. Previously, user metrics were only updated upon destroying a resource.

I think its better suited to increment the metric as part of the api instead of the pool_manger, because it's expected to do so when a user successfully checks out or deletes a VM, but can be problematic when doing so in the provider since it can clone VMs before actually being checked out by a user.
2021-08-10 11:01:13 -04:00
..
api (POOLER-158) Add capability to provision VMs on demand 2020-06-03 14:00:04 -07:00
providers Rubocop fix 2020-10-23 17:41:02 -07:00
collector_middleware_spec.rb Fix regex for ondemand instances 2021-02-02 11:11:17 -05:00
env_config.rb (MAINT) Add optional API Request Logging 2020-06-29 19:56:29 +01:00
generic_connection_pool_spec.rb (POOLER-184) Pool manager retry and exit on failure 2020-09-02 11:38:40 -05:00
pool_manager_spec.rb Add operation label to user metric and move from manager to api 2021-08-10 11:01:13 -04:00
promstats_spec.rb Add operation label to user metric and move from manager to api 2021-08-10 11:01:13 -04:00
providers_spec.rb Update providers_spec to match array contents 2018-12-07 17:08:08 -08:00
vmpooler_spec.rb Allow user to specify a configuration file in VMPOOLER_CONFIG_FILE 2018-01-23 15:51:10 -08:00