fluent-plugin-kubernetes-metrics 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -10
- data/README.md +0 -1
- data/VERSION +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7953f3fade3d0c126f70d9b6922d6b36eccb92461903a723975eb5cb29ee958
|
4
|
+
data.tar.gz: ceb8d47bbb69b1de2bfafa6c9c05cf8f5ad2909db2d432c7eed78721f6c985f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a310b0ac5c2f1af6cdb34c9c74413dc6b1e4bef7a42f996dc6741a512a80f1fc1822302c313f57ef6772f0a6416b61b64188fe75ff1a3c2a3cee9a969c13828
|
7
|
+
data.tar.gz: 63dec59922164f39a20eb8ed51bb4f11d464811544eee28b591bf9eba79a7b29f29c3ffb80a89496f7abe433a0fd8b5872f8fe7d841e7bff5f6919a438977b45
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-kubernetes-metrics (1.1.
|
4
|
+
fluent-plugin-kubernetes-metrics (1.1.7)
|
5
5
|
fluentd (>= 1.9.1)
|
6
6
|
kubeclient (~> 4.6.0)
|
7
7
|
multi_json (~> 1.14.1)
|
@@ -19,18 +19,18 @@ GEM
|
|
19
19
|
docile (1.4.0)
|
20
20
|
domain_name (0.5.20190701)
|
21
21
|
unf (>= 0.0.5, < 1.0.0)
|
22
|
-
ffi (1.15.
|
22
|
+
ffi (1.15.4)
|
23
23
|
ffi-compiler (1.0.1)
|
24
24
|
ffi (>= 1.0.0)
|
25
25
|
rake
|
26
|
-
fluentd (1.
|
26
|
+
fluentd (1.14.2)
|
27
27
|
bundler
|
28
28
|
cool.io (>= 1.4.5, < 2.0.0)
|
29
29
|
http_parser.rb (>= 0.5.1, < 0.8.0)
|
30
30
|
msgpack (>= 1.3.1, < 2.0.0)
|
31
31
|
serverengine (>= 2.2.2, < 3.0.0)
|
32
32
|
sigdump (~> 0.2.2)
|
33
|
-
strptime (>= 0.2.
|
33
|
+
strptime (>= 0.2.4, < 1.0.0)
|
34
34
|
tzinfo (>= 1.0, < 3.0)
|
35
35
|
tzinfo-data (~> 1.0)
|
36
36
|
webrick (>= 1.4.2, < 1.8.0)
|
@@ -48,19 +48,19 @@ GEM
|
|
48
48
|
http-parser (1.2.3)
|
49
49
|
ffi-compiler (>= 1.0, < 2.0)
|
50
50
|
http_parser.rb (0.7.0)
|
51
|
-
json (2.
|
51
|
+
json (2.6.1)
|
52
52
|
kubeclient (4.6.0)
|
53
53
|
http (>= 3.0, < 5.0)
|
54
54
|
recursive-open-struct (~> 1.0, >= 1.0.4)
|
55
55
|
rest-client (~> 2.0)
|
56
56
|
mime-types (3.3.1)
|
57
57
|
mime-types-data (~> 3.2015)
|
58
|
-
mime-types-data (3.2021.
|
58
|
+
mime-types-data (3.2021.0901)
|
59
59
|
msgpack (1.4.2)
|
60
60
|
multi_json (1.14.1)
|
61
61
|
netrc (0.11.0)
|
62
62
|
oj (3.10.18)
|
63
|
-
power_assert (2.0.
|
63
|
+
power_assert (2.0.1)
|
64
64
|
public_suffix (4.0.6)
|
65
65
|
rake (13.0.6)
|
66
66
|
recursive-open-struct (1.1.3)
|
@@ -83,11 +83,11 @@ GEM
|
|
83
83
|
power_assert
|
84
84
|
tzinfo (2.0.4)
|
85
85
|
concurrent-ruby (~> 1.0)
|
86
|
-
tzinfo-data (1.2021.
|
86
|
+
tzinfo-data (1.2021.5)
|
87
87
|
tzinfo (>= 1.0.0)
|
88
88
|
unf (0.1.4)
|
89
89
|
unf_ext
|
90
|
-
unf_ext (0.0.
|
90
|
+
unf_ext (0.0.8)
|
91
91
|
webmock (3.5.1)
|
92
92
|
addressable (>= 2.3.6)
|
93
93
|
crack (>= 0.3.2)
|
@@ -107,4 +107,4 @@ DEPENDENCIES
|
|
107
107
|
webmock (~> 3.5.1)
|
108
108
|
|
109
109
|
BUNDLED WITH
|
110
|
-
2.
|
110
|
+
2.2.30
|
data/README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
[](https://circleci.com/gh/splunk/fluent-plugin-kubernetes-metrics)
|
2
1
|
# Fluentd Plugin for Kubernetes Metrics
|
3
2
|
|
4
3
|
The [Fluentd](https://fluentd.org/) input plugin collects Kubernetes cluster metrics which are exposed by the [Kubelet API](https://kubernetes.io/docs/admin/kubelet/) and forwards them to fluentd.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.7
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-kubernetes-metrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Splunk Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -160,7 +160,7 @@ homepage: https://github.com/splunk/fluent-plugin-kubernetes-metrics
|
|
160
160
|
licenses:
|
161
161
|
- Apache-2.0
|
162
162
|
metadata: {}
|
163
|
-
post_install_message:
|
163
|
+
post_install_message:
|
164
164
|
rdoc_options: []
|
165
165
|
require_paths:
|
166
166
|
- lib
|
@@ -176,10 +176,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
version: '0'
|
177
177
|
requirements: []
|
178
178
|
rubygems_version: 3.1.4
|
179
|
-
signing_key:
|
179
|
+
signing_key:
|
180
180
|
specification_version: 4
|
181
181
|
summary: A fluentd input plugin that collects kubernetes cluster metrics.
|
182
182
|
test_files:
|
183
|
-
- test/helper.rb
|
184
183
|
- test/plugin/test_missing_timestamps.rb
|
185
184
|
- test/plugin/test_in_kubernetes_metrics.rb
|
185
|
+
- test/helper.rb
|