Skip to content

Commit

Permalink
Merge pull request #129 from stat-kwon/master
Browse files Browse the repository at this point in the history
fix: delete metric yaml files
  • Loading branch information
stat-kwon authored May 18, 2024
2 parents f7a9cd5 + af2b7c2 commit 4c7ad5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/spaceone/inventory/service/collector_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ def collect(self, params):
_LOGGER.debug(error_resource_response)
yield error_resource_response.to_primitive()

for service in CLOUD_SERVICE_GROUP_MAP.keys():
for response in self.collect_metrics(service):
yield response
# for service in CLOUD_SERVICE_GROUP_MAP.keys():
# for response in self.collect_metrics(service):
# yield response

_LOGGER.debug(f"TOTAL TIME : {time.time() - start_time} Seconds")

Expand Down

0 comments on commit 4c7ad5f

Please sign in to comment.