
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
fluent-plugin-jfrog-send-metrics
Advanced tools
Fluentd output plugin to consume metrics emitted from fluent-plugin-jfrog-metrics input plugin and send them to respective log-vendors.
To build / test locally use rake:
rake
To build install locally use bundler:
bundle install
This will install the gem shown below from source.
Add following line to your Gemfile:
gem "fluent-plugin-jfrog-send-metrics"
And then execute:
$ bundle
You can generate configuration template:
$ fluent-plugin-config-format output jfrog-send-metrics
You can copy and paste generated documents here.
$ gem install rest-client
$ gem install fluent-plugin-jfrog-send-metrics
Fluentd is the supported log collector for this integration. For Fluentd setup and information, read the JFrog log analytics repository's README.
Configure the match directive parameters as specified below
<match jfrog.metrics.**>
@type jfrog_send_metrics
target_platform "NEWRELIC" # or "DATADOG"
apikey <api_key>
url https://metric-api.newrelic.com/metric/v1 # or DataDog's metrics URL
http_proxy <proxy_url>
</match>
Obtain respective authentication credentials for log-vendors
20FAQs
Unknown package
We found that fluent-plugin-jfrog-send-metrics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.