Skip to content

Commit edfa625

Browse files
committed
Expose custom labels max key/value lengths
1 parent 5a32c1e commit edfa625

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

support/types.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

support/types_def.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,8 @@ const (
108108
sizeof_PHPProcInfo = C.sizeof_PHPProcInfo
109109
sizeof_RubyProcInfo = C.sizeof_RubyProcInfo
110110
)
111+
112+
const (
113+
CustomLabelMaxKeyLen = C.CUSTOM_LABEL_MAX_KEY_LEN
114+
CustomLabelMaxValLen = C.CUSTOM_LABEL_MAX_VAL_LEN
115+
)

0 commit comments

Comments
 (0)