fluent-plugin-vadimberezniker-gcp 0.1.1 → 0.1.2

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: eb167c880441ebd74e849b3e13fa450964e3c52109585c002e69992ecf2cb827
4
- data.tar.gz: 8724fa1b6ddde0d7058fc829a02c8a600269c015fd86c11dd2eefafbbb5fb52c
3
+ metadata.gz: 18dbba128662b10a8d0275957f4c6c557b4647c3923c50358089ebfbd069a488
4
+ data.tar.gz: 7d4a45c6ac604671de7cbb196f0380f5c48835ffb9504ecc1c94b6dbefe9e8c4
5
5
  SHA512:
6
- metadata.gz: fa9976a2fb86680cee61cd1e3df97feb1090df7781f68a5d8ebbbab9d9f4c1d30a94a787bd9f2a44cadb6df30d4bcdf4baabbc3cf7d2a21c2bdb5007d59fa103
7
- data.tar.gz: 93a77683aaa30de2cdcdb8f476e739a31cecfb241ad9776b5fade21999eba048375d24d004f388f8b70a4f81af19964c31407df833920fc1e5d127bc0c3222f7
6
+ metadata.gz: 5459d5dab847866e90141b9e5ea2a95ebc62fd297cacb29036408e3f49b4db46d41e8508cb00b444c45d37170d346802603143942222d8eb99e3a25460e6b908
7
+ data.tar.gz: 9c14c4cc5d8a39463b6a80c32e920c146345ce9f5904aca76951b47e0dcfc2ebd7568b2fa7bec0c920c6e071772b323b3855a19998ad2dfbb61fa10efa9c5cc3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-vadimberezniker-gcp (0.1.1)
4
+ fluent-plugin-vadimberezniker-gcp (0.1.2)
5
5
  fluentd (~> 1.16)
6
6
  google-api-client (= 0.53.0)
7
7
  google-cloud-logging (= 2.3.2)
@@ -1,16 +1,14 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'fluent-plugin-vadimberezniker-gcp'
3
3
  gem.description = <<-DESCRIPTION
4
- Fluentd plugins for the Stackdriver Logging API, which will make logs
5
- viewable in the Stackdriver Logs Viewer and can optionally store them
6
- in Google Cloud Storage and/or BigQuery.
7
- This is an official Google Ruby gem.
4
+ Fluentd plugins for Google Cloud Logging.
5
+ An unaffiliated fork of the official library.
8
6
  DESCRIPTION
9
7
  gem.summary = 'fluentd plugins for the Stackdriver Logging API'
10
8
  gem.homepage =
11
9
  'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
12
10
  gem.license = 'Apache-2.0'
13
- gem.version = '0.1.1'
11
+ gem.version = '0.1.2'
14
12
  gem.authors = ['Vadim Berezniker']
15
13
  gem.email = ['vadim@berezniker.com']
16
14
  gem.required_ruby_version = Gem::Requirement.new('>= 2.6')
@@ -706,10 +706,15 @@ module Fluent
706
706
  @source_location_key,
707
707
  @span_id_key,
708
708
  @trace_key,
709
- @trace_sampled_key
709
+ @trace_sampled_key,
710
+ # kubernetes fields
711
+ 'docker',
712
+ 'kubernetes',
713
+ # CRI fields.
714
+ 'stream',
715
+ 'logtag'
710
716
  ]
711
717
 
712
- @log.info "Record keys #{record.keys}"
713
718
  # If the log is json, we want to export it as a structured log
714
719
  # unless there is additional metadata that would be lost.
715
720
  record_json = nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-vadimberezniker-gcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vadim Berezniker
@@ -263,10 +263,8 @@ dependencies:
263
263
  - !ruby/object:Gem::Version
264
264
  version: 3.17.1
265
265
  description: |2
266
- Fluentd plugins for the Stackdriver Logging API, which will make logs
267
- viewable in the Stackdriver Logs Viewer and can optionally store them
268
- in Google Cloud Storage and/or BigQuery.
269
- This is an official Google Ruby gem.
266
+ Fluentd plugins for Google Cloud Logging.
267
+ An unaffiliated fork of the official library.
270
268
  email:
271
269
  - vadim@berezniker.com
272
270
  executables: []
@@ -279,6 +277,7 @@ files:
279
277
  - LICENSE
280
278
  - README.rdoc
281
279
  - Rakefile
280
+ - fluent-plugin-vadimberezniker-gcp-0.1.1.gem
282
281
  - fluent-plugin-vadimberezniker-gcp.gemspec
283
282
  - lib/fluent/plugin/common.rb
284
283
  - lib/fluent/plugin/filter_add_insert_ids.rb