This repository was archived by the owner on Aug 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
doc: add example yaml file #448
Merged
Conversation
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
b96aa2a
to
e58e496
Compare
palazzem
reviewed
Jun 29, 2018
example.yaml
Outdated
# The minimum necessary configuration is uncommented. | ||
|
||
# Datadog API Key | ||
api_key: 1234 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change it as we do in Agent 6?
# The Datadog api key to associate your Agent's data with your organization.
# Can be found here:
# https://app.datadoghq.com/account/settings
api_key:
palazzem
reviewed
Jun 29, 2018
example.yaml
Outdated
api_key: 1234 | ||
|
||
# # Datadog Metrics Intake | ||
# dd_url: https://app.datadog.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# The host of the Datadog intake server to send Agent data to
dd_url: https://app.datadoghq.com
palazzem
reviewed
Jun 29, 2018
example.yaml
Outdated
@@ -0,0 +1,85 @@ | |||
# This file describes the trace agent configuration and its defaults. | |||
# The minimum necessary configuration is uncommented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would write something like: "for all available options please check the Agent 6 configuration" and maybe add a link to something we have for A6.
Makes sense?
palazzem
approved these changes
Jun 29, 2018
AlexJF
approved these changes
Jul 2, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds an
example.yaml
configuration to serve as guidance for an overview of all agent configuration options.