mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 23:12:05 +00:00
fixup: graphite: use correct variable in closure
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e35f1d37d7
commit
1e4ae7d44c
@ -127,7 +127,7 @@ sub assemble {
|
||||
my ($metric, $path) = @_;
|
||||
|
||||
for my $key (sort keys %$metric) {
|
||||
my $value = $data->{$key};
|
||||
my $value = $metric->{$key};
|
||||
next if !defined($value);
|
||||
|
||||
$key =~ s/\./-/g;
|
||||
|
Loading…
Reference in New Issue
Block a user