-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement(datadog service): Add datadog global config options (#18929)
* Add datadog section Signed-off-by: Stephen Wakely <[email protected]> * Send global datadog options to sinks Signed-off-by: Stephen Wakely <[email protected]> * Fix tests Signed-off-by: Stephen Wakely <[email protected]> * Added a test Signed-off-by: Stephen Wakely <[email protected]> * Update docs Signed-off-by: Stephen Wakely <[email protected]> * Remove source feature Signed-off-by: Stephen Wakely <[email protected]> * Test local setting can override the global one Signed-off-by: Stephen Wakely <[email protected]> * Spelling Signed-off-by: Stephen Wakely <[email protected]> * Update docs Signed-off-by: Stephen Wakely <[email protected]> * Feedback from Doug Signed-off-by: Stephen Wakely <[email protected]> * Allow datadog options to be specified by passing in the RootOpts Signed-off-by: Stephen Wakely <[email protected]> * Pass datadog options through a new extra_context parameter Signed-off-by: Stephen Wakely <[email protected]> * Fix extra context Signed-off-by: Stephen Wakely <[email protected]> * Tidy up a little Signed-off-by: Stephen Wakely <[email protected]> * Make Datadog options pub Signed-off-by: Stephen Wakely <[email protected]> * Updated licenses Signed-off-by: Stephen Wakely <[email protected]> * Add anymap to spellings Signed-off-by: Stephen Wakely <[email protected]> * Add to upgrade guide Signed-off-by: Stephen Wakely <[email protected]> * Feedback from Doug Signed-off-by: Stephen Wakely <[email protected]> * Spelling Signed-off-by: Stephen Wakely <[email protected]> * Feedback from Bryce Signed-off-by: Stephen Wakely <[email protected]> * Component docs Signed-off-by: Stephen Wakely <[email protected]> * Feedback from Bruce Signed-off-by: Stephen Wakely <[email protected]> * Use single_value in tests Signed-off-by: Stephen Wakely <[email protected]> * Rename dd_common to local_dd_common Signed-off-by: Stephen Wakely <[email protected]> * Pass default for extra context when running as a Windows service Signed-off-by: Stephen Wakely <[email protected]> --------- Signed-off-by: Stephen Wakely <[email protected]>
- Loading branch information
1 parent
5b89574
commit 9b814f1
Showing
43 changed files
with
920 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ andy | |
ansicpg | ||
anumber | ||
anycondition | ||
anymap | ||
anypb | ||
apievent | ||
apipodspec | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ anstyle-query,https://github.com/rust-cli/anstyle,MIT OR Apache-2.0,The anstyle- | |
anstyle-wincon,https://github.com/rust-cli/anstyle,MIT OR Apache-2.0,The anstyle-wincon Authors | ||
anyhow,https://github.com/dtolnay/anyhow,MIT OR Apache-2.0,David Tolnay <[email protected]> | ||
anymap,https://github.com/chris-morgan/anymap,BlueOak-1.0.0 OR MIT OR Apache-2.0,Chris Morgan <[email protected]> | ||
anymap,https://github.com/chris-morgan/anymap,MIT OR Apache-2.0,Chris Morgan <[email protected]> | ||
apache-avro,https://github.com/apache/avro,Apache-2.0,Apache Avro team <[email protected]> | ||
arbitrary,https://github.com/rust-fuzz/arbitrary,MIT OR Apache-2.0,"The Rust-Fuzz Project Developers, Nick Fitzgerald <[email protected]>, Manish Goregaokar <[email protected]>, Simonas Kazlauskas <[email protected]>, Brian L. Troutwine <[email protected]>, Corey Farwell <[email protected]>" | ||
arc-swap,https://github.com/vorner/arc-swap,MIT OR Apache-2.0,Michal 'vorner' Vaner <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.