Skip to content

Commit 13a4221

Browse files
committed
fixup! Add Datadog APM tracing support
1 parent c9404b5 commit 13a4221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amqproxy/cli.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class AMQProxy::CLI
6767
abort ex.message
6868
end
6969

70-
def apply_env_variables
70+
def apply_env_variables # ameba:disable Metrics/CyclomaticComplexity
7171
@listen_address = ENV["LISTEN_ADDRESS"]? || @listen_address
7272
@listen_port = ENV["LISTEN_PORT"]?.try &.to_i || @listen_port
7373
@http_port = ENV["HTTP_PORT"]?.try &.to_i || @http_port

0 commit comments

Comments
 (0)