-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating plugin to support latest prometheus ruby client version
Signed-off-by: AntoineC44 <[email protected]>
- Loading branch information
1 parent
5d08a89
commit ed599a4
Showing
6 changed files
with
45 additions
and
38 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = "fluent-plugin-prometheus" | ||
spec.version = "1.8.4" | ||
spec.version = "1.9.0" | ||
spec.authors = ["Masahiro Sano"] | ||
spec.email = ["[email protected]"] | ||
spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.} | ||
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec| | |
spec.require_paths = ["lib"] | ||
|
||
spec.add_dependency "fluentd", ">= 1.9.1", "< 2" | ||
spec.add_dependency "prometheus-client", "< 0.10" | ||
spec.add_dependency "prometheus-client", "= 2.1.0" | ||
spec.add_development_dependency "bundler" | ||
spec.add_development_dependency "rake" | ||
spec.add_development_dependency "rspec" | ||
|
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
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
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