File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ pub struct EnvConfig {
65
65
// Metrics
66
66
/// @env `DD_DD_URL`
67
67
///
68
+ /// @default `https://app.datadoghq.com`
69
+ ///
68
70
/// The host of the Datadog intake server to send **metrics** to, only set this option
69
71
/// if you need the Agent to send **metrics** to a custom URL, it overrides the site
70
72
/// setting defined in "site". It does not affect APM, Logs, Remote Configuration,
@@ -73,6 +75,8 @@ pub struct EnvConfig {
73
75
/// If `DD_DD_URL` and `DD_URL` are both set, `DD_DD_URL` is used in priority.
74
76
pub dd_url : Option < String > ,
75
77
/// @env `DD_URL`
78
+ ///
79
+ /// @default `https://app.datadoghq.com`
76
80
pub url : Option < String > ,
77
81
/// @env `DD_ADDITIONAL_ENDPOINTS`
78
82
///
You can’t perform that action at this time.
0 commit comments