Skip to content

Commit d70a8bd

Browse files
authored
Fix OTLP pipeline when used with EKS/ContainerInsights (#1934)
1 parent 6056d6a commit d70a8bd

File tree

4 files changed

+658
-24
lines changed

4 files changed

+658
-24
lines changed

translator/tocwconfig/sampleConfig/otlp_metrics_cloudwatchlogs_eks_config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"logs": {
33
"force_flush_interval": 30,
44
"metrics_collected": {
5+
"kubernetes": {
6+
"cluster_name": "TestCluster",
7+
"metrics_collection_interval": 30,
8+
"disable_metric_extraction": true,
9+
"enhanced_container_insights": true,
10+
"accelerated_compute_metrics": false,
11+
"kueue_container_insights": false
12+
},
513
"otlp": {
614
"grpc_endpoint": "0.0.0.0:1234",
715
"http_endpoint": "0.0.0.0:2345",

0 commit comments

Comments
 (0)