# -*- encoding: utf-8 -*- # stub: fluent-plugin-node-exporter-metrics 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "fluent-plugin-node-exporter-metrics".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kentaro Hayashi".freeze] s.date = "2024-10-23" s.description = "node exporter metrics input plugin implements 11 node exporter collectors".freeze s.email = ["hayashi@clear-code.com".freeze] s.files = [".github/dependabot.yml".freeze, ".github/workflows/linux-test.yaml".freeze, ".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "docs/cpu.md".freeze, "docs/cpufreq.md".freeze, "docs/diskstats.md".freeze, "docs/filefd.md".freeze, "docs/loadavg.md".freeze, "docs/meminfo.md".freeze, "docs/netdev.md".freeze, "docs/stat.md".freeze, "docs/time.md".freeze, "docs/uname.md".freeze, "docs/vmstat.md".freeze, "fluent-plugin-node-exporter-metrics.gemspec".freeze, "lib/fluent/plugin/in_node_exporter_metrics.rb".freeze, "lib/fluent/plugin/node_exporter/cmetrics_dataschema_parser.rb".freeze, "lib/fluent/plugin/node_exporter/collector.rb".freeze, "lib/fluent/plugin/node_exporter/cpu_collector.rb".freeze, "lib/fluent/plugin/node_exporter/cpufreq_collector.rb".freeze, "lib/fluent/plugin/node_exporter/diskstats_collector.rb".freeze, "lib/fluent/plugin/node_exporter/filefd_collector.rb".freeze, "lib/fluent/plugin/node_exporter/loadavg_collector.rb".freeze, "lib/fluent/plugin/node_exporter/meminfo_collector.rb".freeze, "lib/fluent/plugin/node_exporter/netdev_collector.rb".freeze, "lib/fluent/plugin/node_exporter/stat_collector.rb".freeze, "lib/fluent/plugin/node_exporter/time_collector.rb".freeze, "lib/fluent/plugin/node_exporter/uname_collector.rb".freeze, "lib/fluent/plugin/node_exporter/vmstat_collector.rb".freeze, "lib/fluent/plugin/parser_node_exporter_metrics.rb".freeze, "test/fixtures/cpu/with_thermal_throttle/proc/stat".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/thermal_throttle/core_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/thermal_throttle/package_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/topology/core_id".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/topology/physical_package_id".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/thermal_throttle/core_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/thermal_throttle/package_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/topology/core_id".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/topology/physical_package_id".freeze, "test/fixtures/cpu/without_thermal_throttle/proc/stat".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq".freeze, "test/helper.rb".freeze, "test/plugin/test_cmetrics_data_schema_parser.rb".freeze, "test/plugin/test_cpu_collector.rb".freeze, "test/plugin/test_cpufreq_collector.rb".freeze, "test/plugin/test_diskstats_collector.rb".freeze, "test/plugin/test_filefd_collector.rb".freeze, "test/plugin/test_in_node_exporter_metrics.rb".freeze, "test/plugin/test_loadavg_collector.rb".freeze, "test/plugin/test_meminfo_collector.rb".freeze, "test/plugin/test_netdev_collector.rb".freeze, "test/plugin/test_stat_collector.rb".freeze, "test/plugin/test_time_collector.rb".freeze, "test/plugin/test_uname_collector.rb".freeze, "test/plugin/test_vmstat_collector.rb".freeze] s.homepage = "https://github.com/fluent-plugins-nursery/fluent-plugin-node-exporter-metrics".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Input plugin which collects metrics similar to Prometheus Node Exporter".freeze s.test_files = ["test/fixtures/cpu/with_thermal_throttle/proc/stat".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/thermal_throttle/core_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/thermal_throttle/package_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/topology/core_id".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu0/topology/physical_package_id".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/thermal_throttle/core_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/thermal_throttle/package_throttle_count".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/topology/core_id".freeze, "test/fixtures/cpu/with_thermal_throttle/sys/devices/system/cpu/cpu1/topology/physical_package_id".freeze, "test/fixtures/cpu/without_thermal_throttle/proc/stat".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/with_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq".freeze, "test/fixtures/cpufreq/without_cur_freq/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq".freeze, "test/helper.rb".freeze, "test/plugin/test_cmetrics_data_schema_parser.rb".freeze, "test/plugin/test_cpu_collector.rb".freeze, "test/plugin/test_cpufreq_collector.rb".freeze, "test/plugin/test_diskstats_collector.rb".freeze, "test/plugin/test_filefd_collector.rb".freeze, "test/plugin/test_in_node_exporter_metrics.rb".freeze, "test/plugin/test_loadavg_collector.rb".freeze, "test/plugin/test_meminfo_collector.rb".freeze, "test/plugin/test_netdev_collector.rb".freeze, "test/plugin/test_stat_collector.rb".freeze, "test/plugin/test_time_collector.rb".freeze, "test/plugin/test_uname_collector.rb".freeze, "test/plugin/test_vmstat_collector.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.3.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.14.10".freeze, "< 2".freeze]) end