Skip to content

Commit 0967dff

Browse files
committed
Regen docs
1 parent 6cc475d commit 0967dff

File tree

1 file changed

+1
-1
lines changed
  • website/cue/reference/components/sources/base

1 file changed

+1
-1
lines changed

website/cue/reference/components/sources/base/statsd.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ base: components: sources: statsd: configuration: {
6464
Whether or not to sanitize incoming statsd key names. When "true", keys are sanitized by:
6565
- "/" is replaced with "-"
6666
- All whitespace is replaced with "_"
67-
- All non alphanumeric characters [^a-zA-Z_\\-0-9\\.] are removed.
67+
- All non alphanumeric characters (A-Z, a-z, 0-9, _, or -) are removed.
6868
"""
6969
required: false
7070
type: bool: default: true

0 commit comments

Comments
 (0)