Skip to content

refactor: drop usage of target_proxy_name label for glb

Steve Xuereb requested to merge refactor/glb-service into master

What

  • Filter metrics by the url_map_name instead of target_proxy_name.

Why

  • targetProxyName used to default to loadBalancerName which is incorrect since those are 2 different resources.
  • The same metric can be filtered by the url_map_name so this makes the service definition simpler because we have 1 less parameter.

Merge request reports