relabelConfig separator and replacement doesn't support empty values #1214
Labels
bug
Something isn't working
waiting for release
The change was merged to upstream, but wasn't released yet.
At RelabelConfig
operator/api/operator/v1beta1/common_scrapeparams.go
Line 134 in b38ee45
separator
andreplacement
fields are defined asstring
. Go type system doesn't allow to distinguish unset and empty type default values. And pointer to type must be used instead to make it optional.The text was updated successfully, but these errors were encountered: