in config/filters.go [76:85]
func (f *AddLabels) IncludedLabels() map[string]string { included := make(map[string]string) for k, v := range f.Labels { if v == "" && f.OmitEmpty { continue } included[k] = v } return included }