-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Restore docker.network.in.* and docker.network.out.* fields in docker module #40968
Restore docker.network.in.* and docker.network.out.* fields in docker module #40968
Conversation
💚 CLA has been signed |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
@MichaelKatsoulis it seems strange to me to see the CLA being unhappy with your contribution. |
@MichaelKatsoulis we will need an integration upgrade right? As I dont see the fields there |
Maybe it is because I just got new laptop and I wrongly configured the email for git |
Yes the package will be updated accordingly whet it is time. |
Added pre-commit check to beats pipelines to validate if no merge-conflicts exist
8f7e1ec
to
63cc0cb
Compare
@rdner could you take a look on behalf of agent team? |
- name: dropped | ||
type: scaled_float | ||
description: > | ||
Dropped incoming packets per second.. |
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.
Is the ..
at the end intended?
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.
It's in a few places down the file.
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.
No. Thanks for noticing!
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.
Just a small question about punctuation in the field description.
… module (#40968) * Restore docker.network.in.* and docker.network.out.* fields in docker module * Update CHANGELOG.next.asciidoc * Change git email * Trigger tests * Add pre-commit step to beats pipelines (#40560) Added pre-commit check to beats pipelines to validate if no merge-conflicts exist * Remove extra punctuation in some fields description --------- Co-authored-by: Olga Naydyonock <[email protected]> (cherry picked from commit fc17d84)
… module (#40968) * Restore docker.network.in.* and docker.network.out.* fields in docker module * Update CHANGELOG.next.asciidoc * Change git email * Trigger tests * Add pre-commit step to beats pipelines (#40560) Added pre-commit check to beats pipelines to validate if no merge-conflicts exist * Remove extra punctuation in some fields description --------- Co-authored-by: Olga Naydyonock <[email protected]> (cherry picked from commit fc17d84)
… module (#40968) (#41026) * Restore docker.network.in.* and docker.network.out.* fields in docker module * Update CHANGELOG.next.asciidoc * Change git email * Trigger tests * Add pre-commit step to beats pipelines (#40560) Added pre-commit check to beats pipelines to validate if no merge-conflicts exist * Remove extra punctuation in some fields description --------- Co-authored-by: Olga Naydyonock <[email protected]> (cherry picked from commit fc17d84) Co-authored-by: Michael Katsoulis <[email protected]>
…k.out.* fields in docker module (#41025) * Restore docker.network.in.* and docker.network.out.* fields in docker module (#40968) * Restore docker.network.in.* and docker.network.out.* fields in docker module * Update CHANGELOG.next.asciidoc * Change git email * Trigger tests * Add pre-commit step to beats pipelines (#40560) Added pre-commit check to beats pipelines to validate if no merge-conflicts exist * Remove extra punctuation in some fields description --------- Co-authored-by: Olga Naydyonock <[email protected]> (cherry picked from commit fc17d84) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: Michael Katsoulis <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]>
Proposed commit message
in favour of
docker.network.inbound
anddocker.network.outbound
which contain network stats since the container started.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
PLATFORMS=linux/arm64 PACKAGES=docker mage package
elastic-package stack up -d -v --version 9.0.0-SNAPSHOT
Related issues
Screenshots