Skip to content

Commit 1cda610

Browse files
guptaakacopybara-github
authored andcommitted
Improve the log link
PiperOrigin-RevId: 880912813
1 parent b9787f8 commit 1cda610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pathwaysutils/experimental/shared_pathways_service

pathwaysutils/experimental/shared_pathways_service/gke_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def get_log_link(*, cluster: str, project: str, job_name: str) -> str:
167167
'resource.type="k8s_container"\n'
168168
f'resource.labels.cluster_name="{cluster}"\n'
169169
'resource.labels.namespace_name="default"\n'
170-
f'labels.k8s-pod/job-name="{job_name}"'
170+
f'labels.k8s-pod/job-name:"{job_name}"'
171171
)
172172
encoded_filter = urllib.parse.quote(log_filter, safe="")
173173

0 commit comments

Comments
 (0)