Skip to content

Commit c6da24f

Browse files
committed
typo in cache name
1 parent 6ca302c commit c6da24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/aws/albec2/ec2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ func (e *EC2) GetVPCID() (*string, error) {
622622
return vpc, nil
623623
}
624624

625-
albprom.AWSCache.With(prometheus.Labels{"cache": "vpc", "action": "miss"}).Add(float64(1))
625+
albprom.AWSCache.With(prometheus.Labels{"cache": cache, "action": "miss"}).Add(float64(1))
626626

627627
// cache miss: begin lookup of VpcId based on current EC2 instance
628628
// retrieve identity of current running instance

0 commit comments

Comments
 (0)