Skip to content
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 metric k8s multiline #528

Merged
merged 9 commits into from
Dec 4, 2023
Merged

Add metric k8s multiline #528

merged 9 commits into from
Dec 4, 2023

Conversation

kirillov6
Copy link
Collaborator

Fixes #527

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (beb2d16) 67.86% compared to head (9345603) 69.63%.
Report is 4 commits behind head on master.

Files Patch % Lines
plugin/action/split/split.go 55.26% 12 Missing and 5 partials ⚠️
pipeline/processor.go 73.80% 10 Missing and 1 partial ⚠️
pipeline/do_if.go 96.83% 7 Missing and 2 partials ⚠️
pipeline/event.go 69.23% 4 Missing ⚠️
fd/file.d.go 40.00% 2 Missing and 1 partial ⚠️
plugin/action/move/move.go 95.16% 2 Missing and 1 partial ⚠️
plugin/input/k8s/multiline_action.go 72.72% 2 Missing and 1 partial ⚠️
plugin/output/gelf/gelf.go 0.00% 3 Missing ⚠️
e2e/split_join/split_join.go 97.36% 2 Missing ⚠️
plugin/output/elasticsearch/elasticsearch.go 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #528      +/-   ##
==========================================
+ Coverage   67.86%   69.63%   +1.76%     
==========================================
  Files         104      109       +5     
  Lines       10705    11327     +622     
==========================================
+ Hits         7265     7887     +622     
+ Misses       2977     2964      -13     
- Partials      463      476      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kirillov6 kirillov6 changed the title Fix k8s multiline Add metric k8s multiline Nov 1, 2023
# Conflicts:
#	pipeline/pipeline.go
#	pipeline/processor.go
@kirillov6 kirillov6 merged commit 4b85093 into master Dec 4, 2023
10 checks passed
@kirillov6 kirillov6 deleted the 527-k8s-multiline branch December 4, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Fix incorrect log fragment len in k8s.Multiline action
4 participants