Skip to content

Commit

Permalink
datadog_socket_path should be a string
Browse files Browse the repository at this point in the history
ewhorton committed Apr 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b3077a3 commit ef6cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/racecar/config.rb
Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@ class Config < KingKonf::Config
integer :datadog_port

desc "The unix domain socket of the Datadog agent (when set takes precedence over host/port)"
integer :datadog_socket_path
string :datadog_socket_path

desc "The namespace to use for Datadog metrics"
string :datadog_namespace

0 comments on commit ef6cb37

Please sign in to comment.