We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca302c commit c6da24fCopy full SHA for c6da24f
pkg/aws/albec2/ec2.go
@@ -622,7 +622,7 @@ func (e *EC2) GetVPCID() (*string, error) {
622
return vpc, nil
623
}
624
625
- albprom.AWSCache.With(prometheus.Labels{"cache": "vpc", "action": "miss"}).Add(float64(1))
+ albprom.AWSCache.With(prometheus.Labels{"cache": cache, "action": "miss"}).Add(float64(1))
626
627
// cache miss: begin lookup of VpcId based on current EC2 instance
628
// retrieve identity of current running instance
0 commit comments