Skip to content

Commit

Permalink
use defaultDatabase const
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jul 1, 2024
1 parent 30b7505 commit 1b04615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/clickhouseexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func createDefaultConfig() component.Config {
QueueSettings: queueSettings,
BackOffConfig: configretry.NewDefaultBackOffConfig(),
ConnectionParams: map[string]string{},
Database: "default",
Database: defaultDatabase,
LogsTableName: "otel_logs",
TracesTableName: "otel_traces",
MetricsTableName: "otel_metrics",
Expand Down

0 comments on commit 1b04615

Please sign in to comment.