Bump ruby/setup-ruby from 1.298.0 to 1.299.0 (#24)
Bumps ruby/setup-ruby from 1.298.0 to 1.299.0.
updated-dependencies:
- dependency-name: ruby/setup-ruby dependency-version: 1.299.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Fluent::Plugin::PrometheusPushgateway
Please read fluent-plugin-prometheus first since fluent-plugin-prometheus_pushgateway gem depends on it.
This is Fluentd’s plugin for sending data collected by fluent-plugin-prometheus plugin to Pushgateway.
Installation
Add this line to your application’s Gemfile:
And then execute:
Or install it yourself as:
Usage
See also fluent-plugin-prometheus.
More configuration parameters:
gateway: binding interface (default: ‘http://localhost:9091')job_name: job name. this value must be a unique (required)instance: instance name (default: nil)push_interval: the interval of pushing data to pushgateway (default: 3)these parameters are used when
gatewaystarts with ‘https’tls_ca_cert_path: The CA certificate path for TLS (default nil)tls_client_cert_path: The client certificate path for TLS (default nil)tls_private_key_path: The client private key path for TLS (default nil)tls_private_key_passphrase: The client private key passphrase for TLS (default nil)tls_verify_mode: The verify mode of TLS (default :peer)tls_version: The default version of TLS (default :TLSv1_2)tls_ciphers: The cipher configuration of TLS (default ALL:!aNULL:!eNULL:!SSLv2)Development
After checking out the repo, run
bin/setupto install dependencies. Then, runrake specto run the tests. You can also runbin/consolefor an interactive prompt that will allow you to experiment.To install this gem onto your local machine, run
bundle exec rake install. To release a new version, update the version number influent-plugin-prometheus_pushgateway.gemspec, and then runbundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the.gemfile to rubygems.org.Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/fluent/fluent-plugin-prometheus_pushgateway.