fluent-plugin-kubernetes-metrics 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
- 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: 662a9e611ea57072a0b3da111045e77b618f6f5c42b21a3900c16ae833f3baff
|
|
4
|
+
data.tar.gz: 44272014cff2423cdbdc94279ffbac130e09549bc47f1c210db6687214180f61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a277adece0c57c5bd77c430791416a346010e4f2d21a268dfc56b4ff3b2aab19d7717be9dc44f30181a2997fc0827adc0cdc53fbdf62210b46c5cbd86f7436c
|
|
7
|
+
data.tar.gz: 022bd5db3693e6d7de874a66bf4d35173d106be8283f592b89d0e0347408fd7cafb2200d4bf1dc5b2e6f15f8c052ef785e1fa9b4ab7ba127e523d90dcafc559d
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-kubernetes-metrics (1.2.
|
|
4
|
+
fluent-plugin-kubernetes-metrics (1.2.2)
|
|
5
5
|
fluentd (>= 1.9.1)
|
|
6
6
|
kubeclient (~> 4.9.3)
|
|
7
7
|
multi_json (~> 1.14)
|
|
@@ -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-kubernetes-metrics 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
|
|
2
6
|
|
|
3
7
|
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.2.
|
|
1
|
+
1.2.2
|
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.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
|