Skip to content

Commit

Permalink
Merge pull request #365 from fluent/sf/win32-metrics
Browse files Browse the repository at this point in the history
Add fluent-plugin-windows-exporter
  • Loading branch information
ashie authored Apr 18, 2022
2 parents 8198a1e + c49524b commit 95fad67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions td-agent/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ gem "winevt_c", "0.9.3", platforms: windows_platforms
gem "win32-eventlog", "0.6.7", platforms: windows_platforms
gem "fluent-plugin-parser-winevt_xml", "0.2.4", platforms: windows_platforms
gem "fluent-plugin-windows-eventlog", "0.8.1", platforms: windows_platforms
gem "fluent-plugin-windows-exporter", "1.0.0", platforms: windows_platforms

not_windows_platforms = [:ruby]
gem "rdkafka", "0.11.1", platforms: not_windows_platforms
Expand Down
5 changes: 5 additions & 0 deletions td-agent/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ GEM
console (1.14.0)
fiber-local
cool.io (1.7.1)
cool.io (1.7.1-x64-mingw32)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
digest-murmurhash (1.1.1)
Expand Down Expand Up @@ -177,6 +178,9 @@ GEM
fluentd (>= 0.14.12, < 2)
win32-eventlog
winevt_c (>= 0.9.1)
fluent-plugin-windows-exporter (1.0.0)
bindata (~> 2.4)
fluentd (>= 0.14.10, < 2)
hirb (0.7.3)
http_parser.rb (0.8.0)
httpclient (2.8.3)
Expand Down Expand Up @@ -324,6 +328,7 @@ DEPENDENCIES
fluent-plugin-utmpx (= 0.5.0)
fluent-plugin-webhdfs (= 1.5.0)
fluent-plugin-windows-eventlog (= 0.8.1)
fluent-plugin-windows-exporter (= 1.0.0)
fluentd!
http_parser.rb (= 0.8.0)
httpclient (= 2.8.3)
Expand Down

0 comments on commit 95fad67

Please sign in to comment.