Skip to content

Commit

Permalink
rename client info to "otelcol"
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Aug 30, 2024
1 parent 7ccb221 commit d93fb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/clickhouseexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (cfg *Config) buildDB() (*sql.DB, error) {
opts.ClientInfo.Products = []struct {
Name string
Version string
}{{"otel-exporter", getCollectorVersion()}}
}{{"otelcol", getCollectorVersion()}}
}

conn := clickhouse.OpenDB(opts)
Expand Down

0 comments on commit d93fb6d

Please sign in to comment.