All Projects â†’ appsignal â†’ Appsignal Elixir

appsignal / Appsignal Elixir

Licence: mit
🟪 AppSignal for Elixir package

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Appsignal Elixir

Guardian
Elixir Authentication
Stars: ✭ 3,150 (+1689.77%)
Mutual labels:  phoenix, plug
Rorvswild
Ruby on Rails app monitoring: performances & exceptions insights for rails developers.
Stars: ✭ 159 (-9.66%)
Mutual labels:  error-monitoring, performance-monitoring
Terraform
A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:
Stars: ✭ 379 (+115.34%)
Mutual labels:  phoenix, plug
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-85.8%)
Mutual labels:  phoenix, performance-monitoring
Apm Agent Rum Js
Elastic APM Real User Monitoring JavaScript agent
Stars: ✭ 166 (-5.68%)
Mutual labels:  error-monitoring, performance-monitoring
accent
Dynamically convert the case of your JSON API keys
Stars: ✭ 27 (-84.66%)
Mutual labels:  phoenix, plug
Apm Agent Nodejs
Elastic APM Node.js Agent
Stars: ✭ 467 (+165.34%)
Mutual labels:  error-monitoring, performance-monitoring
plug rest
REST behaviour and Plug router for hypermedia web applications in Elixir
Stars: ✭ 52 (-70.45%)
Mutual labels:  phoenix, plug
Authex
Authex is an opinionated JWT authentication and authorization library for Elixir.
Stars: ✭ 73 (-58.52%)
Mutual labels:  phoenix, plug
Liberator
An Elixir library for building RESTful applications.
Stars: ✭ 28 (-84.09%)
Mutual labels:  phoenix, plug
appsignal-nodejs
🟩 AppSignal for Node.js
Stars: ✭ 17 (-90.34%)
Mutual labels:  error-monitoring, performance-monitoring
Opbeat Node
DEPRECATED - See Elastic APM instead: https://github.com/elastic/apm-agent-nodejs
Stars: ✭ 155 (-11.93%)
Mutual labels:  error-monitoring, performance-monitoring
appsignal-ruby
🟥 AppSignal for Ruby gem
Stars: ✭ 140 (-20.45%)
Mutual labels:  error-monitoring, performance-monitoring
plug rails cookie session store
Rails compatible Plug session store
Stars: ✭ 93 (-47.16%)
Mutual labels:  phoenix, plug
guardian trackable
A Guardian hook to track user sign ins.
Stars: ✭ 25 (-85.8%)
Mutual labels:  phoenix, plug
Apm Agent Dotnet
Elastic APM .NET Agent
Stars: ✭ 418 (+137.5%)
Mutual labels:  error-monitoring, performance-monitoring
alternate
Plug and Phoenix helpers to localize your web app via the URL
Stars: ✭ 26 (-85.23%)
Mutual labels:  phoenix, plug
phoenix-client-ssl
Set of Plugs / Lib to help with SSL Client Auth.
Stars: ✭ 18 (-89.77%)
Mutual labels:  phoenix, plug
Apm Server
APM Server
Stars: ✭ 878 (+398.86%)
Mutual labels:  error-monitoring, performance-monitoring
Apm Agent Php
Elastic APM PHP Agent
Stars: ✭ 129 (-26.7%)
Mutual labels:  error-monitoring, performance-monitoring

Appsignal for Elixir

Build Status Hex pm

AppSignal for Elixir monitors errors, performance and servers for Elixir applications.

Installation

Please follow the installation guide on how to install and use this library.

Then, add custom instrumentation or use one of the framework integrations to automatically gain performance insights and error notifications. Currently, AppSignal has framework integrations for Phoenix and Plug applications.

Usage

AppSignal will automatically monitor requests, report any exceptions that are thrown and any performance issues that might have occurred.

You can also add extra information to requests by adding custom instrumentation. Read more in our instrumentation guide.

Configuration

A complete list of all configurable options for AppSignal for Elixir is available in our documentation.

Development

Setup

Before you can start developing on the AppSignal for Elixir project make sure you have Elixir installed.

Then make sure you have all the project's dependencies installed by running the following command:

$ mix deps.get

Testing

Testing is done with ExUnit and can be run with the mix test command. You can also supply a path to a specific file path you want to test and even a specific line on which the test you want to run is defined.

$ mix test
$ mix test test/appsignal/some_test.ex:123

This project has several different test suites defined with different mix environments. You can run them by specifying the specific type of test suite in the MIX_ENV environment variable.

# Default
$ MIX_ENV=test mix test

# Run the test suite with the NIF inoperational. This will generate errors
# because the NIF is not active, but should run without failures.
$ MIX_ENV=test_no_nif mix test

Benchmarking

This package uses benchee to benchmark code. To run the benchmarker:

$ MIX_ENV=bench mix run bench/<file>.exs

Branches and versions

The main branch corresponds to the current release of the library. The develop branch is used for development of features that will end up in the next minor release. If you fix a bug open a pull request on main, if it's a new feature on develop.

Publishing new versions

  1. Merge the develop branch to main if necessary.
  • Update the version number in mix.exs, e.g. 1.2.3
  • Commit the change.
  • Tag the commit with the version number: git tag 1.2.3
  • Push the changes: git push origin main 1.2.3
  • Publish the package: mix hex.publish

Contributing

Thinking of contributing to our Elixir package? Awesome! 🚀

Please follow our Contributing guide in our documentation and follow our Code of Conduct.

Also, we would be very happy to send you Stroopwafles. Have look at everyone we send a package to so far on our Stroopwafles page.

Support

Contact us and speak directly with the engineers working on AppSignal. They will help you get set up, tweak your code and make sure you get the most out of using AppSignal.

Also see our SUPPORT.md file.

License

The AppSignal for Elixir package source code is released under the MIT License. Check the LICENSE file for more information.

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].