Update storage.pm

This commit is contained in:
matoy 2021-05-17 17:30:55 +02:00 committed by GitHub
parent 9a2a4d24cd
commit e789b325e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ sub check_options {
my $metrics_mapping_transformed;
foreach my $metric_type (@{$resource_mapping->{$resource_type}}) {
$metrics_mapping_transformed->{$metric_type} = $self->{metrics_mapping}->{$metric_type};
$metrics_mapping_transformed->{$metric_type} = $self->{resource_mapping}->{$metric_type};
}
foreach my $metric (keys %{$self->{metrics_mapping_transformed}}) {