Skip to content

Commit bcbba91

Browse files
joshuaranjanrwmcguir
authored andcommitted
fix: correct and add GROUP_NAME_PREIX
Signed-off-by: Joshua Santosh Ranjan <[email protected]>
1 parent 644373d commit bcbba91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/tools/metricProgrammable.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ name: $T_MAX_PROGRAMMABLE_METRICS_ELEMENT_DESCRIPTION_EXP
3838
value: "256"
3939
--- #--------------------------------------------------------------------------
4040
type: macro
41+
desc: "Maximum count of characters in metric group name prefix"
42+
version: "1.12"
43+
name: $T_MAX_METRIC_GROUP_NAME_PREFIX_EXP
44+
value: "64"
45+
--- #--------------------------------------------------------------------------
46+
type: macro
4147
desc: "Maximum metric programmable name string size"
4248
version: "1.9"
4349
name: $T_MAX_METRIC_PROGRAMMABLE_NAME_EXP
@@ -458,7 +464,7 @@ params:
458464
desc: "[in] metric handles to be added to the metric groups."
459465
- type: "const char *"
460466
name: pMetricGroupNamePrefix
461-
desc: "[in] prefix to the name created for the metric groups. Must point to a null-terminated character array no longer than ZEX_MAX_METRIC_GROUP_NAME_PREFIX."
467+
desc: "[in] prefix to the name created for the metric groups. Must point to a null-terminated character array no longer than $T_MAX_METRIC_GROUP_NAME_PREFIX_EXP."
462468
- type: "const char *"
463469
name: pDescription
464470
desc: "[in] pointer to description of the metric groups. Must point to a null-terminated character array no longer than $T_MAX_METRIC_GROUP_DESCRIPTION."

0 commit comments

Comments
 (0)