You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! @martin-helmich After I checked the source code, I found there is only the default separator as " ", I think it would be more configurable if we could choose whatever separator we need.
// RelabelConfig is a struct describing a single re-labeling configuration for taking// over label values from an access log line into a Prometheus metrictypeRelabelConfigstruct {
TargetLabelstring`hcl:",key" yaml:"target_label"`SourceValuestring`hcl:"from" yaml:"from"`Whitelist []string`hcl:"whitelist"`Matches []RelabelValueMatch`hcl:"match"`Splitint`hcl:"split"`WhitelistExistsboolWhitelistMapmap[string]interface{}
}
Hi! @martin-helmich After I checked the source code, I found there is only the default separator as " ", I think it would be more configurable if we could choose whatever separator we need.
Originally posted by @runzhliu in #132 (comment)
The text was updated successfully, but these errors were encountered: