fluent-plugin-aggregate 1.0.7 → 1.0.9
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/lib/fluent/plugin/filter_aggregate.rb +2 -2
- 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: e18451dbef86f0ab72802a7a0c2e6d22ecf9e4d5d83f68cf0fcbfb3c3dbb68dc
|
|
4
|
+
data.tar.gz: 1a05a6647dd170fb3abfa88ee1c1445f21ef4cb43d86e8b0a24673dcc54b9b3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db5ffe4fe49e0f72661df1bb305686edf39802068d4d593509c508ee7b3ce8c530d00baa59dad2bc5945c30a0fddb08e195f3f5f5034a18451ca2b2e0bf20e22
|
|
7
|
+
data.tar.gz: 50409f2145c5d236f4ac936e0ba4004398d75e2f1bbd0ea3179c830c390f85100fd5a4af8dda7b264e928cbba4501f2974a1b0722bdcc7058039122c1b4377ec
|
|
@@ -69,7 +69,7 @@ module Fluent
|
|
|
69
69
|
|
|
70
70
|
if @aggregation_names.include?("histogram") && (histogram_buckets.empty? || histogram_fields.empty?)
|
|
71
71
|
log.warn "histogram aggregation disabled, need histogram_buckets & histogram_fields parameters to work, please review documentation."
|
|
72
|
-
|
|
72
|
+
elsif @aggregation_names.include?("histogram") && !(histogram_buckets.empty? || histogram_fields.empty?)
|
|
73
73
|
log.info "histogram aggregation enabled, bucket count histogram_fields with values (le|ge) histogram_buckets parameter"
|
|
74
74
|
end
|
|
75
75
|
|
|
@@ -113,7 +113,7 @@ module Fluent
|
|
|
113
113
|
histogram_fields: @histogram_fields,
|
|
114
114
|
histogram_cumulative: @histogram_cumulative,
|
|
115
115
|
histogram_bucket_infinite_enabled: @histogram_bucket_infinite_enabled,
|
|
116
|
-
histogram_bucket_comparation: @
|
|
116
|
+
histogram_bucket_comparation: @histogram_bucket_comparation_mode
|
|
117
117
|
)
|
|
118
118
|
end
|
|
119
119
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-aggregate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- superguillen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|