-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add container instance id as a placeholder #3167
Add container instance id as a placeholder #3167
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3167 +/- ##
==========================================
- Coverage 91.82% 91.81% -0.01%
==========================================
Files 492 492
Lines 23692 23692
==========================================
- Hits 21755 21753 -2
- Misses 1432 1433 +1
- Partials 505 506 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except the minor comment on README.
3ae9be8
to
69d3f84
Compare
…y#3167) * Replace ReceiverCreateParams with ReceiverCreateSettings. Replace all dependencies in Receivers. Signed-off-by: Patryk Matyjasek <pmatyjasek@sumologic.com> # Conflicts: # component/receiver.go # Conflicts: # exporter/opencensusexporter/opencensus_test.go # exporter/prometheusexporter/end_to_end_test.go * Update changelog Signed-off-by: Patryk Matyjasek <pmatyjasek@sumologic.com> # Conflicts: # CHANGELOG.md # Conflicts: # CHANGELOG.md # Conflicts: # CHANGELOG.md * Add missing file Signed-off-by: Patryk Matyjasek <pmatyjasek@sumologic.com>
* Replace ReceiverCreateParams with ReceiverCreateSettings. Replace all dependencies in Receivers. Signed-off-by: Patryk Matyjasek <pmatyjasek@sumologic.com> # Conflicts: # component/receiver.go # Conflicts: # exporter/opencensusexporter/opencensus_test.go # exporter/prometheusexporter/end_to_end_test.go * Update changelog Signed-off-by: Patryk Matyjasek <pmatyjasek@sumologic.com> # Conflicts: # CHANGELOG.md # Conflicts: # CHANGELOG.md # Conflicts: # CHANGELOG.md * Add missing file Signed-off-by: Patryk Matyjasek <pmatyjasek@sumologic.com>
Description:
AWS ECS container insights instance level metrics use ContainerInstanceId for the log stream name, so this pr is to add container instance id as a placeholder.
Allow to use ContainerInstanceId as placeholder in log group/stream name.
Add unit test for ContainerInstanceId placeholder.
Update tests and readme