Add CurrentMetrics::Value to check-style

This commit is contained in:
vdimir 2022-08-25 09:30:12 +00:00
parent 91788f29e8
commit f0c13b0531
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -86,6 +86,7 @@ EXTERN_TYPES_EXCLUDES=(
CurrentMetrics::Increment
CurrentMetrics::Metric
CurrentMetrics::values
CurrentMetrics::Value
)
for extern_type in ${!EXTERN_TYPES[@]}; do
type_of_extern=${EXTERN_TYPES[$extern_type]}