docs: Edit ECS tutorial to add new steps for the otelcol.receiver.awsecscontainermetrics component #5347
Open
clayton-cornell wants to merge 12 commits intomainfrom
Open
docs: Edit ECS tutorial to add new steps for the otelcol.receiver.awsecscontainermetrics component #5347clayton-cornell wants to merge 12 commits intomainfrom
otelcol.receiver.awsecscontainermetrics component #5347clayton-cornell wants to merge 12 commits intomainfrom
Conversation
Contributor
|
💻 Deploy preview available (docs: Edit ECS tutorial to add new steps for the |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the ECS/Fargate OpenTelemetry collection tutorial to add an option using the experimental otelcol.receiver.awsecscontainermetrics component, and cleans up existing instructions and examples.
Changes:
- Adds a new “native receiver” path using
otelcol.receiver.awsecscontainermetricswith example Alloy configuration and required--stability.level=experimentalflag. - Refactors the existing Prometheus ECS exporter path, clarifying it as the “stable” option and updating the Alloy configuration to current patterns (e.g.,
env(...), remote_write). - Normalizes bullets, shell paths (e.g.,
/bin/bash), container image versions, and removes unused link references.
Fix potential shell injection vulnerability Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Edit ECS tutorial to add new steps for the
otelcol.receiver.awsecscontainermetricscomponent .Split tutorial into two paths... the original "stable" option and the new experimental
otelcol.receiver.awsecscontainermetricsoption.Clean up content:
/bin/bashinstead of justbashFixes #4566
Note to reviewers
I used AI to generate the configs. I do not have ECS to do any testing so I relied on AI to check the configuration examples. The configuration code snippets should be checked for validity and accuracy
Preview for review is here: https://deploy-preview-alloy-5347-zb444pucvq-vp.a.run.app/docs/alloy/latest/collect/ecs-opentelemetry-data/