Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

site24x7_apminsight

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

site24x7_apminsight

  • 1.9.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

APM Insight Ruby Agent Site24x7 APM Insight Ruby agent gives you end-to-end web-transaction awareness enabling you to isolate performance issues and resolve them quickly. Site24x7 APM Insight requires a monitoring agent (ruby gem) to be deployed in your application server to monitor Ruby application performance. Download the latest Ruby Agent(site24x7_apminsight.gem) and deploy it in your application server. The agent collects application performance metrics and sends it to the central Site24x7 server at fixed intervals i.e. every 60 seconds. You can view them at https://site24x7.com in your accounts page.

Installing APM Insight Agent

Ruby Agent installation can be done in two ways:

	* Install from RubyGems by using the following command in the system where Ruby is installed : 
	
	gem install site24x7_apminsight
				
		OR

* Download the site24x7_apminsight.gem file from your accounts page in https://site24x7.com (after sign in) or the RubyGems website and run the command 
	
		gem install site24x7_apminsight.gem

Configuration

After installation of the gem:

	For each of your applications, add the following line to the application gemfile:

    	gem 'site24x7_apminsight'
	
			OR

	For each of your applications, add the following line to the application initializer block:

    	require 'site24x7_apminsight'

A copy of the configuration file apminsight.conf will be available in the <Gem Installed folder> /site24x7_apminsight/conf/. Configure the class name in the configuration file(include.packages), so that all the methods in that class can be instrumented and details will be reported in tracedata.

The following configuration options are mandatory and should be provided for the agent to be initialized:

application.name - The application's name to be displayed in Site24x7 server.

license.key - The license api key from your account page after sign in (https://site24x7.com)

behind.proxy - The proxy network under which the agent is installed

agent.server.port - The HTTP listening port of the Application Server.

More configuration options of APM Insight Ruby Agent can be found here. https://www.site24x7.com/help/apm/apm-insight-configuration.html

Supported Environments :

Ruby - 1.8.7 and higher

Rails - 3.0 and higher

References

* Create an apminsight account in Site24x7 server (https://www.site24x7.com)

* Download link for site24x7_apminsight gem 

	From your account page after valid sign in
		or
	http://rubygems.org/gems/site24x7_apminsight

* Help Documentation for apminsight

	https://www.site24x7.com/help/apm/ruby-agent.html
	https://support.site24x7.com/portal/helpcenter/site24x7/apm-insight/ruby-monitoring

FAQs

Package last updated on 24 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc