Update OSS Collector setup page for GKE, AKS, and EKS Auto Mode - #38716
Draft
brett0000FF wants to merge 1 commit into
Draft
Update OSS Collector setup page for GKE, AKS, and EKS Auto Mode#38716brett0000FF wants to merge 1 commit into
brett0000FF wants to merge 1 commit into
Conversation
Sync the recommended OTLP-only Collector configuration with the opentelemetry-examples repo: - Add per-environment resource detection for EKS, EKS Auto Mode, GKE, and AKS, including the host port and hostfs restrictions on GKE Autopilot and AKS Automatic - List the per-environment Helm values files - Update component instance names and batch settings for Collector Contrib v0.154.0 - Add the kubelet_stats receiver and deltatorate processor to the DaemonSet configuration, with the environment variables and ClusterRole rules they require
Contributor
Preview links (active after the
|
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.
What does this PR do? What is the motivation?
Syncs Set Up the OpenTelemetry Collector (OSS) with the latest recommended OTLP-only Collector configurations in
opentelemetry-examples, which added GKE, AKS, and EKS Auto Mode support.Merge readiness
For Datadog employees:
<name>/<description>convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR./reviewto run an automated check that catches common issues before a Documentation team member reviews your PR.AI assistance
Claude Code by diffed the upstream
opentelemetry-examplesconfigs against the page.Additional notes
Two things worth a look from the OTel team:
daemonset-eks-auto.yamlconfigures anec2:detector block, butec2is not in itsdetectorslist, so thekubernetes.io/cluster/*tag collection it sets up does not run. It looks like a copy-paste fromdaemonset-eks.yaml. It is omitted from the docs snippet.agent.yamlsetsdeployment_type: daemonsetfor an uncontainerized host install. The docs mirror it as-is, but it may be worth correcting upstream.Also: the
experimental-oss-configbranch is referenced by 10 links on this page. If that branch merges tomain, the links need updating.