-
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
[Metricbeat] Update Ceph module to support new API #16254
Merged
Merged
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
bb81640
Ceph: docker image for nautilus
2ad3479
Expose Prometheus port
4ca3dea
Fix: expose missing port
d6338b0
Rename docker service
fd38f16
Boilerplate code for mgr_cluster_health
8652b6f
Use light module
02bda67
Strip fields
965e481
Ceph: add mgr_cluster_disk metricset
9c42f10
Ceph: add mgr_osd_disk metricset
61dee28
Ceph: add mgr_osd_* metricsets
18dc228
Update doc
6d8f9ad
Update metricset docs
1fcef89
Update module config
1a3ee03
Fix: comment
5444bff
Fix: fields.go
e011b62
Implement basic Python system test
539bb3e
Add system test
6a5ce30
Update data.json
15a34b9
Update data.json
ed6f587
Remove field with custom structs
46dc360
Update data.json
26f1c47
Use event processors
2cd1056
Update data.json
809277c
Fields.yml: mgr_cluster_disk
c63294b
Fields: mgr_cluster_health in progress
516b4d5
Fields: mgr_cluster_health
7021045
Update fields.go
252fec2
Update fields.yml
e8c1712
mgr_cluster_disk as standard metricset
4939ca2
mgr_cluster_health as standard metricset
e53af7e
mgr_osd_disk as standard metricset
3b6982e
mgr_osd_perf as standard metricset
e56f176
mgr_osd_... as standard metricset
1521de3
Update source after code review
cd07292
Fix: unit tests
4e6adb7
Fix: integration-tests
a672525
Adjust source after code review
f9e222d
Fix windows: too long path
481ff0a
Fix
0672054
Another review round
b1550b7
Define fields only in original metricset
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
Oops, something went wrong.
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.
This shouldn't be needed at the end, right?
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.
Right. Removed entire feature.