Skip to content

Commit

Permalink
fix(chotel): pass logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 4, 2023
1 parent 604d0de commit 0fd3dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/chotel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const DDL = `CREATE TABLE IF NOT EXISTS opentelemetry_span_export
// NewApp initializes the trace exporter application.
func NewApp(lg *zap.Logger, metrics *app.Metrics) (*App, error) {
a := &App{
log: lg,
metrics: metrics,
clickHouseAddr: "clickhouse:9000",
clickHouseUser: "default",
Expand Down

0 comments on commit 0fd3dd8

Please sign in to comment.