All Projects → scoutapp → Scout_apm_elixir

scoutapp / Scout_apm_elixir

Licence: other
ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Scout apm elixir

Stackimpact Python
DEPRECATED StackImpact Python Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, exceptions, metrics, and more
Stars: ✭ 671 (+1933.33%)
Mutual labels:  monitoring, profiler
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+6812.12%)
Mutual labels:  monitoring, profiler
Stackimpact Nodejs
DEPRECATED StackImpact Node.js Profiler - Production-Grade Performance Profiler: CPU, memory allocations, async calls, errors, metrics, and more
Stars: ✭ 46 (+39.39%)
Mutual labels:  monitoring, profiler
Stackimpact Go
DEPRECATED StackImpact Go Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, errors, metrics, and more
Stars: ✭ 276 (+736.36%)
Mutual labels:  monitoring, profiler
Flask Monitoringdashboard
Automatically monitor the evolving performance of Flask/Python web services.
Stars: ✭ 483 (+1363.64%)
Mutual labels:  monitoring, profiler
Goappmonitor
Golang application performance data monitoring.
Stars: ✭ 478 (+1348.48%)
Mutual labels:  monitoring, profiler
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-24.24%)
Mutual labels:  phoenix, profiler
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (+1784.85%)
Mutual labels:  monitoring, profiler
Stackimpact Java
StackImpact Java Profiler - Production-Grade Performance Profiler: CPU, locks, runtime metrics, and more
Stars: ✭ 7 (-78.79%)
Mutual labels:  monitoring, profiler
Vsphere2metrics
VMware vSphere Performance Metrics Integration with Graphite & InfluxDB
Stars: ✭ 28 (-15.15%)
Mutual labels:  monitoring
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-9.09%)
Mutual labels:  monitoring
Ansible Role Munin
Ansible Role - Munin
Stars: ✭ 27 (-18.18%)
Mutual labels:  monitoring
Sensu Plugins Network Checks
This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
Stars: ✭ 28 (-15.15%)
Mutual labels:  monitoring
Firestorm
An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
Stars: ✭ 958 (+2803.03%)
Mutual labels:  phoenix
Liberator
An Elixir library for building RESTful applications.
Stars: ✭ 28 (-15.15%)
Mutual labels:  phoenix
Go Grpc Prometheus
Prometheus monitoring for your gRPC Go servers.
Stars: ✭ 965 (+2824.24%)
Mutual labels:  monitoring
Pm2
Node.js Production Process Manager with a built-in Load Balancer.
Stars: ✭ 36,126 (+109372.73%)
Mutual labels:  monitoring
Huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
Stars: ✭ 33,694 (+102003.03%)
Mutual labels:  monitoring
Zookeeper exporter
Prometheus exporter for monitoring a ZooKeeper ensemble.
Stars: ✭ 32 (-3.03%)
Mutual labels:  monitoring
Pgwatch2
PostgreSQL metrics monitor/dashboard
Stars: ✭ 960 (+2809.09%)
Mutual labels:  monitoring

Scout Elixir Performance Monitoring Agent

scout_apm monitors the performance of Elixir applications in production and provides an in-browser profiler during development. Metrics are reported to Scout, a hosted application monitoring service.

screenshot

Monitoring Usage

  1. Signup for a free Scout account.
  2. Follow our install instructions within the UI.

See our docs for detailed information.

DevTrace (Development Profiler) Usage

DevTrace, Scout's in-browser development profiler, may be used without signup.

devtrace

To use:

  1. Follow the same installation steps as monitoring, but skip downloading the config file.
  2. In your config/dev.exs file, add:
# config/dev.exs
config :scout_apm,
  dev_trace: true
  1. Restart your app.
  2. Refresh your browser window and look for the speed badge.

Instrumentation

See our docs for information on libraries we auto-instrument (like Phoenix controller-actions) and guides for instrumenting Phoenix channels, Task, HTTPoison, GenServer, and more.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].