-
Notifications
You must be signed in to change notification settings - Fork 183
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
feat(otellogs): upgrade to 0.49.0 #2246
Merged
Merged
Conversation
This file contains 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
sumo-drosiek
commented
Apr 26, 2022
deploy/helm/sumologic/values.yaml
Outdated
Comment on lines
4342
to
4357
## This is the same pipeline like for logs/fluent/containers with the following modifications: | ||
## - filter/include_fluent_tag_containers and attributes/remove_fluent_tag are being removed as there are only containers log | ||
## - attributes/containers functionality is being replaced by otellogs operators | ||
logs/otlp/containers: | ||
receivers: | ||
- otlp | ||
processors: | ||
- memory_limiter | ||
- groupbyattrs/containers | ||
- k8s_tagger | ||
- source/containers | ||
- resource/containers_copy_node_to_host | ||
- batch | ||
exporters: | ||
- sumologic/containers |
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.
We could keep backward compatibility with fluent-bit pipeline and merge logs/otlp/containers
with logs/fluent/containers
, but not really sure if it's good way
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek
force-pushed
the
drosiek-bump-otellogs
branch
from
April 26, 2022 07:37
ca48d85
to
2dc3873
Compare
3 tasks
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek
force-pushed
the
drosiek-bump-otellogs
branch
from
April 26, 2022 11:14
47e1911
to
eeb562a
Compare
swiatekm
reviewed
Apr 26, 2022
sumo-drosiek
commented
Apr 26, 2022
sumo-drosiek
commented
Apr 26, 2022
…memory footprint Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek
force-pushed
the
drosiek-bump-otellogs
branch
from
April 26, 2022 12:05
fc037ab
to
1453419
Compare
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek
commented
Apr 27, 2022
sumo-drosiek
commented
Apr 27, 2022
sumo-drosiek
commented
Apr 27, 2022
sumo-drosiek
commented
Apr 28, 2022
swiatekm
approved these changes
Apr 28, 2022
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.
Description
Upgrade otellogs to 0.49.0
This PR replaces #2215
Checklist
Testing performed