Skip to content

Commit

Permalink
Merge branch 'metrics' into metrics_rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo authored Aug 17, 2023
2 parents 9e729e3 + b89079b commit 55d2542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/metrics/+opentelemetry/+metrics/Meter.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
ctdescription = ""
ctunit = ""
end

import opentelemetry.common.mustBeScalarString
ctname = mustBeScalarString(ctname);
ctdescription = mustBeScalarString(ctdescription);
Expand Down

0 comments on commit 55d2542

Please sign in to comment.