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 a27407e commit 987690bCopy full SHA for 987690b
pkg/config/config.go
@@ -324,8 +324,8 @@ func (c *Frontend) GetAggregateKeyLabels() map[string][]string {
324
"droppedCause": {"PktDropLatestDropCause"},
325
"dnsRCode": {"DnsFlagsResponseCode"},
326
}
327
- for _, sc := range c.Scopes {
328
- keyLabels[sc.ID] = sc.Labels
+ for i := range c.Scopes {
+ keyLabels[c.Scopes[i].ID] = sc.Labels
329
330
return keyLabels
331
0 commit comments