Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Dec 4, 2024
1 parent 021feb9 commit c5eecb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/gcp/fix_plugin_gcp/resources/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -1790,8 +1790,6 @@ def post_process_instance(self, builder: GraphBuilder, source: Json) -> None:
if total_bytes:
self._resource_usage["processed_bytes"] = dict(total_bytes)

self.collect_backends(builder)

def collect_usage_metrics(self, builder: GraphBuilder) -> List[GcpMonitoringQuery]:
queries: List[GcpMonitoringQuery] = []
delta = builder.metrics_delta
Expand Down

0 comments on commit c5eecb2

Please sign in to comment.