Skip to content

Commit

Permalink
fixed bug where couldn't set histogram key
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlockett committed Jun 7, 2024
1 parent b5f9e1a commit 49d827f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/internal/commands/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ func parseWatchMapOptions(runOpts *runOptions) (map[string]loader.WatchedMapOpti
}
w := watchMapOptions[mapName]
w.HistValueKey = valueKey
watchMapOptions[mapName] = w
}

return watchMapOptions, nil
Expand Down

0 comments on commit 49d827f

Please sign in to comment.