-
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
Improve stats api #27963
Merged
Merged
Improve stats api #27963
Changes from 7 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
47e0935
singleton sysinfo host to avoid frequently collecting host info
newly12 165b149
Merge branch 'elastic:master' into improve_stats_api
newly12 9100f05
add Host object to Stats object
newly12 e0f8dae
Merge branch 'elastic:master' into improve_stats_api
newly12 1694024
update changelog
newly12 30e78c2
set procStats.host to nil if any error calling sysinfo.Host()
newly12 88e81a6
Merge branch 'master' into improve_stats_api
newly12 902d579
Update aws-lambda-go library version to 1.13.3 (#28236)
kaiyan-sheng 80b9e28
[cloud][docker] use the private docker namespace (#28286)
v1v 358842b
[7.x] [DOCS] Update api_key example on elasticsearch output (#28288)
ugosan f80d1ac
packetbeat/protos/dns: don't render missing A and AAAA addresses from…
efd6 eccac0e
seccomp: allow clone3 syscall for x86 (#28117)
BlackYoup 59a5238
Osquerybeat: Improve handling of osquery.autoload file, allow customi…
aleksmaus 7491d08
Osquerybeat: Runner and Fetcher unit tests (#28290)
aleksmaus 8a1ff9e
Update go release version 1.17.1 (#27543)
apmmachine 3e5fe14
Move labels and annotations under kubernetes.namespace. (#27917)
MichaelKatsoulis 056c4d7
Remove GCP support from Functionbeat (#28253)
kvch 5b26c25
Fix build tags for Go 1.17 (#28338)
aleksmaus b191b59
[Elastic Agent] Add ability to communicate with Kibana through servic…
blakerouse d416312
Add username to ASA Security negotiation log (#26975)
LaZyDK c77da38
x-pack/filebeat/module/cisco: loosen time parsing and add group and s…
efd6 a8c1ecd
Redis: remove deprecated fields (#28246)
b278380
Disable generator tests temporarily (#28362)
kvch e6780a5
Windows/perfmon metricset - remove deprecated perfmon.counters confi…
narph f23aff7
[Filebeat] - S3 Input - Add support for only iterating/accessing only…
69f2780
Breaking change for 8.0, namespace_annotations replaced by namespace.…
MichaelKatsoulis 3fe0fed
[Heartbeat] Setuid to regular user / lower capabilities when possible…
andrewvc 172c6ba
Merge remote-tracking branch 'upstream/master' into improve_stats_api
newly12 6ecb286
Merge remote-tracking branch 'upstream/master' into improve_stats_api
newly12 a2c536c
mage fmt
newly12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
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.
I'm not sure I 100% trust the behavior of go-sysinfo here. If we get an error, we may want to just set
procStats.host
tonil
ourselves.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.
sure. updated.