You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(container-insights): Add K8s events pipeline to cluster-scraper
Add a logs pipeline on the cluster-scraper that watches Kubernetes
events via the k8s_events receiver and exports them through the OTLP
exporter to CloudWatch Logs. Events are enriched with pod labels,
workload identity, node metadata via nodemetadataenricher, and
cluster-level attributes.
Changes:
- New k8s_events/cw_k8s_ci_v0 receiver (gated by events.enabled)
- Transform processors for parsing involvedObject fields, setting
workload, scope, and cloud_resource_id (all using log_statements)
- Shared processors (k8sattributes, k8snodemetadata) re-gated to be
available when either KSM or events is enabled
- RBAC: added events to cluster-scraper ClusterRole
- values.yaml: otelContainerInsights.events.enabled (default: true)
- Integration test assertions for k8s_events routing
Copy file name to clipboardExpand all lines: charts/amazon-cloudwatch-observability/templates/linux/_otel-container-insights-cluster-scraper-config.tpl
Copy file name to clipboardExpand all lines: charts/amazon-cloudwatch-observability/templates/linux/otel-container-insights-cluster-scraper-clusterrole.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ metadata:
15
15
{{- include "amazon-cloudwatch-observability.labels" . | nindent 4 }}
Copy file name to clipboardExpand all lines: integration-tests/amazon-cloudwatch-observability/validations/minikube/scenarios/feature_targeted_default_test.go
Copy file name to clipboardExpand all lines: integration-tests/amazon-cloudwatch-observability/validations/minikube/scenarios/feature_targeted_multi_agent_test.go
Copy file name to clipboardExpand all lines: integration-tests/amazon-cloudwatch-observability/validations/minikube/scenarios/feature_targeted_split_features_test.go
0 commit comments