Skip to content

Commit

Permalink
chore: logs filter suggestions: update import for ResourceHierarchy f…
Browse files Browse the repository at this point in the history
…rom signoz-otel-collector
  • Loading branch information
raj-k-singh committed Oct 28, 2024
1 parent c70c1b2 commit 5265a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/query-service/app/clickhouseReader/filter_suggestions.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"slices"
"strings"

"github.com/SigNoz/signoz-otel-collector/exporter/clickhouselogsexporter/logsv2"
"github.com/SigNoz/signoz-otel-collector/utils/fingerprint"
"go.signoz.io/signoz/pkg/query-service/model"
v3 "go.signoz.io/signoz/pkg/query-service/model/v3"
"go.uber.org/zap"
Expand Down Expand Up @@ -260,7 +260,7 @@ func newRankingStrategy() attribRankingStrategy {
}

// Synonyms of interesting attributes should come next
resourceHierarchy := logsv2.ResourceHierarchy()
resourceHierarchy := fingerprint.ResourceHierarchy()
for _, attr := range []string{
"service.name",
"deployment.environment",
Expand Down

0 comments on commit 5265a4b

Please sign in to comment.