fluent-plugin-logzio 0.2.1 → 0.2.2.pre.test

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f0dd01a3030ad599d784e84b7e1032c37cd540f7b642ba39aecf87bfa90df9f
4
- data.tar.gz: '08e24b873ce51e284fad88609fa4ef81889f2bfb07b45d553b0a1a827d39a401'
3
+ metadata.gz: 3b6bd09f5f18fef04ce24aa4c50e4e91f5c65c82ced4d474e19f7c7d45385f7a
4
+ data.tar.gz: 2c118f9d018f77ed8c422b8eeb91c918ab7de012148590642e291ed1a0f28884
5
5
  SHA512:
6
- metadata.gz: 2529a44b97de6d8fd2cebee1664b8617531970596237bb4235148beccc1aee8ceebd22cde6cd220846c2289032dc58976777f7bd7e1598732c57b6d0167ccbae
7
- data.tar.gz: 8710e58b271bf793d5122df4290a9f15e02219ae45e2321f212956b7632e682a5f03ab0f0c3cdb494156109af3b2e1c2392fbac21623017a70a6597207f8fffc
6
+ metadata.gz: e4c30495d58731e9f06283ef83498f5b0c89b6cd98e68d18c59972ea3ac2a9d2705dd321b90d2034c6d1a2410052d8bdf9c102b9a1b7feb54e1078118c5e80d9
7
+ data.tar.gz: af315ac935bad7463f893ce362decaeff998919cf8659f266a698897df50e66cc81d0518bc397087993ca6b09bb360b7e70d8eaa7e26de8547e5f971d48ba324
data/README.md CHANGED
@@ -82,16 +82,19 @@ This is an **example** only. Your needs in production may vary!
82
82
 
83
83
 
84
84
  ## Release Notes
85
+ - **0.2.2**:
86
+ - Bug fix - add require for prometheus client.
85
87
  - **0.2.1**:
86
88
  - Do not retry on 400 and 401. For 400 - try to fix log and resend.
87
89
  - Generate a metric (`logzio_status_codes`) for response codes from Logz.io.
88
- - **0.2.0**: N/A - version was yanked. Please refer to **0.2.1**.
89
- - **0.1.0**:
90
- - Use fluentd's retry instead of retry in code (raise exception on non-2xx response).
90
+
91
91
 
92
92
  <details>
93
93
  <summary markdown="span"> Expand to check old versions </summary>
94
94
 
95
+ - **0.2.0**: N/A - version was yanked. Please refer to **0.2.1**.
96
+ - **0.1.0**:
97
+ - Use fluentd's retry instead of retry in code (raise exception on non-2xx response).
95
98
  - 0.0.22: Update gem `net-http-persistent` to 4.x.
96
99
  - 0.0.21: Update gem `net-http-persistent` to 3.x.
97
100
  - 0.0.20: Support gzip compression
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'fluent-plugin-logzio'
7
- s.version = '0.2.1'
7
+ s.version = '0.2.2-test'
8
8
  s.authors = ['Yury Kotov', 'Roi Rav-Hon', 'Arcadiy Ivanov', 'Miri Bar']
9
9
  s.email = ['bairkan@gmail.com', 'roi@logz.io', 'arcadiy@ivanov.biz', 'miri.ignatiev@logz.io']
10
10
  s.homepage = 'https://github.com/logzio/fluent-plugin-logzio'
@@ -2,6 +2,7 @@ require 'time'
2
2
  require 'fluent/plugin/output'
3
3
  require 'zlib'
4
4
  require 'stringio'
5
+ require 'prometheus/client'
5
6
 
6
7
  module Fluent::Plugin
7
8
  class LogzioOutputBuffered < Output
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-logzio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2.pre.test
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Kotov
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-07-13 00:00:00.000000000 Z
14
+ date: 2023-07-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: net-http-persistent
@@ -156,9 +156,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  version: 2.1.0
157
157
  required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  requirements:
159
- - - ">="
159
+ - - ">"
160
160
  - !ruby/object:Gem::Version
161
- version: '0'
161
+ version: 1.3.1
162
162
  requirements: []
163
163
  rubygems_version: 3.0.3.1
164
164
  signing_key: