Skip to content

Commit

Permalink
fix(router): add missing telemetry config (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noroth authored Dec 12, 2024
1 parent d4141da commit be6d144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/cmd/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func NewRouter(params Params, additionalOptions ...core.Option) (*core.Router, e
core.WithDevelopmentMode(cfg.DevelopmentMode),
core.WithTracing(core.TraceConfigFromTelemetry(&cfg.Telemetry)),
core.WithMetrics(core.MetricConfigFromTelemetry(&cfg.Telemetry)),
core.WithTelemetryAttributes(cfg.Telemetry.Attributes),
core.WithEngineExecutionConfig(cfg.EngineExecutionConfiguration),
core.WithCacheControlPolicy(cfg.CacheControl),
core.WithSecurityConfig(cfg.SecurityConfiguration),
Expand Down

0 comments on commit be6d144

Please sign in to comment.