Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Dec 18, 2024
1 parent 22b73c5 commit 1eec520
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,14 +1358,21 @@ agent:
config: # optional config that can be provided to override the defaultConfig
otelConfig: # optional YAML config that can be provided to combine with the config/defaultConfig
defaultConfig:
logs:
metrics_collected:
kubernetes:
enhanced_container_insights: true
application_signals: {}
traces:
traces_collected:
application_signals: {}
{
"logs": {
"metrics_collected": {
"kubernetes": {
"enhanced_container_insights": true
},
"application_signals": { }
}
},
"traces": {
"traces_collected": {
"application_signals": { }
}
}
}
prometheus:
config:
targetAllocator:
Expand Down

0 comments on commit 1eec520

Please sign in to comment.