Skip to content

Commit

Permalink
Add missing exporter ID (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Dec 30, 2024
1 parent f22b465 commit 65aeb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/clickhouselogsexporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func newExporter(set exporter.Settings, cfg *Config) (*clickhouseLogsExporter, e
go rfCache.Start()

return &clickhouseLogsExporter{
id: id,
db: client,
insertLogsSQL: insertLogsSQL,
insertLogsSQLV2: insertLogsSQLV2,
Expand Down

0 comments on commit 65aeb4a

Please sign in to comment.