Skip to content

Commit

Permalink
address self-review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 22, 2024
1 parent 98e1008 commit f618a36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import argparse
import os
from os.path import dirname
import subprocess
from typing import Tuple

Expand Down
2 changes: 1 addition & 1 deletion perfmetrics/scripts/testing_on_gke/examples/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def isRelevantMonitoringResult(
hasattr(result, "resource")
and hasattr(result.resource, "type")
and result.resource.type == "k8s_container"
and hasattr(result.resource, "labels")
# and hasattr(result.resource, "labels")
# and "cluster_name" in result.resource.labels
# and result.resource.labels["cluster_name"] == cluster_name
# and "pod_name" in result.resource.labels
Expand Down

0 comments on commit f618a36

Please sign in to comment.