forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes fluentd new push path API. (grafana#1363)
* Update fluentd to support the new v1 push API. - also add tests for ordering. - improve nanoseconds precision. - fixes all lint/style issue. Signed-off-by: Cyril Tovena <[email protected]> * Bump the gem and add myself as author. Signed-off-by: Cyril Tovena <[email protected]>
- Loading branch information
1 parent
a8a143b
commit 2b7f375
Showing
3 changed files
with
127 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ $LOAD_PATH.push File.expand_path('lib', __dir__) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'fluent-plugin-grafana-loki' | ||
spec.version = '1.2.3' | ||
spec.authors = %w[woodsaj briangann] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.version = '1.2.4' | ||
spec.authors = %w[woodsaj briangann cyriltovena] | ||
spec.email = ['[email protected]', '[email protected]' , '[email protected]'] | ||
|
||
spec.summary = 'Output plugin to ship logs to a Grafana Loki server' | ||
spec.description = 'Output plugin to ship logs to a Grafana Loki server' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters