fluent-plugin-k8s-metrics-agg 1.2.1 → 1.2.2
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 +2 -2
- data/README.md +4 -0
- data/VERSION +1 -1
- data/docker/Gemfile +1 -1
- data/docker/Gemfile.lock +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f92eb632c964a3ff42ffbf5bb5e80e88ef09214450b675e5ec266a9151a0586
|
|
4
|
+
data.tar.gz: '033804f772a66cf391951612128d3ed59ecbb9691217a1eb3891c761e55fbdca'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 314ae9748bb11976c330e7cb60c7d8e854aad7c3e289dd5fd03fa3c4ceb6151f992725493a9278fd57111458ff13f7a93a076bd87d9bc3aa2a94797be018c64e
|
|
7
|
+
data.tar.gz: a135a3453e6138e7395dad5c003ff6e53cf8a19920cb7794c26cb69e56a79a7db6060e44cb3437059136666c8a7653dbcff0c200b29c78ad31e0c4037bebf562
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-k8s-metrics-agg (1.2.
|
|
4
|
+
fluent-plugin-k8s-metrics-agg (1.2.2)
|
|
5
5
|
fluentd (>= 1.9.1)
|
|
6
6
|
kubeclient (~> 4.9.3)
|
|
7
7
|
multi_json (~> 1.14.1)
|
|
@@ -110,4 +110,4 @@ DEPENDENCIES
|
|
|
110
110
|
webmock (~> 3.5.1)
|
|
111
111
|
|
|
112
112
|
BUNDLED WITH
|
|
113
|
-
2.
|
|
113
|
+
2.4.9
|
data/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# End of Support
|
|
2
|
+
|
|
3
|
+
**Important:** The fluent-plugin-k8s-metrics-agg will reach End of Support on January 1, 2024. After that date, this repository will no longer receive updates from Splunk and will no longer be supported by Splunk. Until then, only critical security fixes and bug fixes will be provided.
|
|
4
|
+
|
|
1
5
|
# Fluentd Plugin for Kubernetes Metrics - Aggregator
|
|
2
6
|
|
|
3
7
|
[Fluentd](https://fluentd.org/) input plugin collects kubernetes cluster metrics from the kubeapiserver API. The API is exposed by [KubeApiServer](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) on a kubernetes cluster.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.2
|
data/docker/Gemfile
CHANGED
data/docker/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: gem
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-k8s-metrics-agg (1.2.
|
|
4
|
+
fluent-plugin-k8s-metrics-agg (1.2.2)
|
|
5
5
|
fluentd (>= 1.9.1)
|
|
6
6
|
kubeclient (~> 4.9.3)
|
|
7
7
|
multi_json (~> 1.14.1)
|
|
@@ -10,9 +10,9 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activemodel (7.0.4)
|
|
14
|
-
activesupport (= 7.0.4)
|
|
15
|
-
activesupport (7.0.4)
|
|
13
|
+
activemodel (7.0.4.3)
|
|
14
|
+
activesupport (= 7.0.4.3)
|
|
15
|
+
activesupport (7.0.4.3)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
17
|
i18n (>= 1.6, < 2)
|
|
18
18
|
minitest (>= 5.1)
|
|
@@ -43,7 +43,7 @@ GEM
|
|
|
43
43
|
prometheus-client (>= 2.1.0)
|
|
44
44
|
fluent-plugin-record-modifier (2.1.0)
|
|
45
45
|
fluentd (>= 1.0, < 2)
|
|
46
|
-
fluent-plugin-splunk-hec (1.3.
|
|
46
|
+
fluent-plugin-splunk-hec (1.3.2)
|
|
47
47
|
fluentd (>= 1.5)
|
|
48
48
|
json-jwt (~> 1.15.0)
|
|
49
49
|
multi_json (~> 1.13)
|
|
@@ -115,7 +115,7 @@ GEM
|
|
|
115
115
|
webfinger (>= 1.0.1)
|
|
116
116
|
prometheus-client (4.0.0)
|
|
117
117
|
public_suffix (4.0.7)
|
|
118
|
-
rack (3.0.1)
|
|
118
|
+
rack (3.0.6.1)
|
|
119
119
|
rack-oauth2 (1.21.3)
|
|
120
120
|
activesupport
|
|
121
121
|
attr_required
|
|
@@ -167,7 +167,7 @@ DEPENDENCIES
|
|
|
167
167
|
fluent-plugin-k8s-metrics-agg!
|
|
168
168
|
fluent-plugin-prometheus (>= 2.0)
|
|
169
169
|
fluent-plugin-record-modifier (= 2.1.0)
|
|
170
|
-
fluent-plugin-splunk-hec (= 1.3.
|
|
170
|
+
fluent-plugin-splunk-hec (= 1.3.2)
|
|
171
171
|
fluentd (>= 1.15)
|
|
172
172
|
http_parser.rb (= 0.8.0)
|
|
173
173
|
kubeclient (= 4.9.3)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-k8s-metrics-agg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Splunk Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|