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

[metricbeat] Add service metricset #14206

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
6b20453
init commit of system/services
fearful-symmetry Oct 23, 2019
759c926
make fmt
fearful-symmetry Oct 23, 2019
f154006
add config line
fearful-symmetry Oct 23, 2019
8804174
make update again
fearful-symmetry Oct 23, 2019
8817b93
commit vendor
fearful-symmetry Oct 23, 2019
171622c
fix up tests
fearful-symmetry Oct 23, 2019
b61a5ab
change mapping
fearful-symmetry Oct 23, 2019
5901c9a
update mapping to use proper key
fearful-symmetry Oct 24, 2019
2049bb4
fix docs
fearful-symmetry Oct 24, 2019
ef00e8c
test using mapstructure
fearful-symmetry Oct 24, 2019
dc06002
fix typo in config
fearful-symmetry Oct 24, 2019
7269118
doc cleanup
fearful-symmetry Oct 24, 2019
89941a7
hack out netbsd support
fearful-symmetry Oct 25, 2019
15ebf44
add first pass at dashboard
fearful-symmetry Oct 28, 2019
12c4d33
update formatting on dashboard
fearful-symmetry Oct 29, 2019
4461852
update vendor
fearful-symmetry Oct 29, 2019
3f79bde
update notice
fearful-symmetry Oct 29, 2019
cd48db0
add vendor updates back in root repo
fearful-symmetry Oct 29, 2019
f3c1845
update fields, fix dashboards
fearful-symmetry Oct 29, 2019
ce5bde1
re-commit new service path
fearful-symmetry Oct 29, 2019
b03444a
update fields for better ECS support
fearful-symmetry Oct 29, 2019
fc1af11
update fields again
fearful-symmetry Oct 29, 2019
f3f2400
cleanup timeSince
fearful-symmetry Oct 30, 2019
0c6a1eb
update dashboard
fearful-symmetry Oct 30, 2019
0abf68a
cleanup timeSince, again
fearful-symmetry Oct 30, 2019
d05ea1b
add systemd fields to root
fearful-symmetry Oct 30, 2019
92e13a9
update notice
fearful-symmetry Oct 30, 2019
c5cc305
fix up dashboards more
fearful-symmetry Oct 30, 2019
9119ded
fix dashboard names
fearful-symmetry Oct 30, 2019
02a09a2
fix MetricSetFields
fearful-symmetry Oct 30, 2019
ffe4b48
add network ECS fields
fearful-symmetry Oct 30, 2019
caa580a
update data.json
fearful-symmetry Oct 30, 2019
4e369a9
fix up tests
fearful-symmetry Oct 30, 2019
e45368f
clean up files and newlline
fearful-symmetry Oct 31, 2019
abf7860
redo dashboard with new mapping
fearful-symmetry Oct 31, 2019
e738bd5
use correct dashboard
fearful-symmetry Oct 31, 2019
cef867d
bad export
fearful-symmetry Oct 31, 2019
4b343ad
update docs with example dashboard
fearful-symmetry Nov 7, 2019
45ce37f
Merge remote-tracking branch 'upstream/master' into add-services-metr…
fearful-symmetry Nov 12, 2019
e282f62
update fields
fearful-symmetry Nov 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add vendor updates back in root repo
  • Loading branch information
fearful-symmetry committed Oct 29, 2019
commit cd48db0616d02dd9e528ffc2b4cfb0ef505ba572
35 changes: 33 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,7 @@ This product includes software developed at CoreOS, Inc.

--------------------------------------------------------------------
Dependency: github.com/coreos/go-systemd
Version: v18
fearful-symmetry marked this conversation as resolved.
Show resolved Hide resolved
Revision: 9002847aa1425fb6ac49077c0a630b3b67e0fbfd
Revision: fd7a80b32e1fc73e890fde45604ed5009dc817a3
License type (autodetected): Apache-2.0
./vendor/github.com/coreos/go-systemd/LICENSE:
--------------------------------------------------------------------
Expand Down Expand Up @@ -1727,6 +1726,38 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------
Dependency: github.com/godbus/dbus
Revision: 37bf87eef99d69c4f1d3528bd66e3a87dc201472
License type (autodetected): BSD-2-Clause
./vendor/github.com/godbus/dbus/LICENSE:
--------------------------------------------------------------------
Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------
Dependency: github.com/gofrs/uuid
Version: 3.1.1
Expand Down
240 changes: 240 additions & 0 deletions vendor/github.com/coreos/go-systemd/dbus/dbus.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading