Skip to content

Commit

Permalink
fix: delete metric yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <[email protected]>
  • Loading branch information
stat-kwon committed May 18, 2024
1 parent 112b846 commit af2b7c2
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 af2b7c2

Please sign in to comment.