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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS-6867] Restructure OTel Collector Datadog Exporter docs #21002
[DOCS-6867] Restructure OTel Collector Datadog Exporter docs #21002
Changes from 8 commits
6608382
e163057
4737002
2ce8a2a
c02f395
6d0d447
28e90bf
cc61636
67b3dbd
ee272cb
26deb0a
36587d8
eff47c9
3526276
60b6e89
2d1e54f
d3c5f4a
0d4a087
aa31261
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
where does configuration go? i see an
otel_collector_config.yaml
and aconfig.yaml
in step 2, is that related? if so, which one/both?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.
Are you referring to
-v $(pwd)/otel_collector_config.yaml:/etc/otelcol-contrib/config.yaml
? If so, this is to mount volumes, so theotel_collector_config.yaml
on the machine will be available in the container at this path:/etc/otelcol-contrib/config.yaml
.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.
is this meant to link to the same examples as for Kubernetes DaemonSet? if so, then DaemonSet and Gateway have exactly the same instructions. is that intentional?
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.
is it a configuration for the collector, or for the exporter? where does it go?