All Projects → appsignal → appsignal-nodejs

appsignal / appsignal-nodejs

Licence: MIT license
🟩 AppSignal for Node.js

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
ruby
36898 projects - #4 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to appsignal-nodejs

appsignal-ruby
🟥 AppSignal for Ruby gem
Stars: ✭ 140 (+723.53%)
Mutual labels:  error-monitoring, apm, performance-monitoring, appsignal
Apm Agent Rum Js
Elastic APM Real User Monitoring JavaScript agent
Stars: ✭ 166 (+876.47%)
Mutual labels:  error-monitoring, apm, performance-monitoring
Apm Agent Php
Elastic APM PHP Agent
Stars: ✭ 129 (+658.82%)
Mutual labels:  error-monitoring, apm, performance-monitoring
Apm Agent Dotnet
Elastic APM .NET Agent
Stars: ✭ 418 (+2358.82%)
Mutual labels:  error-monitoring, apm, performance-monitoring
Apm Agent Nodejs
Elastic APM Node.js Agent
Stars: ✭ 467 (+2647.06%)
Mutual labels:  error-monitoring, apm, performance-monitoring
Apm Server
APM Server
Stars: ✭ 878 (+5064.71%)
Mutual labels:  error-monitoring, apm, performance-monitoring
Opbeat Node
DEPRECATED - See Elastic APM instead: https://github.com/elastic/apm-agent-nodejs
Stars: ✭ 155 (+811.76%)
Mutual labels:  error-monitoring, apm, performance-monitoring
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+13317.65%)
Mutual labels:  apm, performance-monitoring
Mthawkeye
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
Stars: ✭ 1,119 (+6482.35%)
Mutual labels:  apm, performance-monitoring
Androidgodeye
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
Stars: ✭ 2,430 (+14194.12%)
Mutual labels:  apm, performance-monitoring
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (+200%)
Mutual labels:  apm, performance-monitoring
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+174605.88%)
Mutual labels:  error-monitoring, apm
lambda-memory-performance-benchmark
Performance and cost benchmark tool for AWS Lambda on memory sizes 📈⏱
Stars: ✭ 60 (+252.94%)
Mutual labels:  apm, performance-monitoring
Scouter
Scouter is an open source APM (Application Performance Management) tool.
Stars: ✭ 1,792 (+10441.18%)
Mutual labels:  apm, performance-monitoring
Scout apm ruby
ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks
Stars: ✭ 137 (+705.88%)
Mutual labels:  apm, performance-monitoring
Rorvswild
Ruby on Rails app monitoring: performances & exceptions insights for rails developers.
Stars: ✭ 159 (+835.29%)
Mutual labels:  error-monitoring, performance-monitoring
Appsignal Elixir
🟪 AppSignal for Elixir package
Stars: ✭ 176 (+935.29%)
Mutual labels:  error-monitoring, performance-monitoring
Rails performance
Monitor performance of you Rails applications
Stars: ✭ 345 (+1929.41%)
Mutual labels:  apm, performance-monitoring
App perf
Open source application performance monitoring tool with emphasis on ease of setup and use. Providing similar functionality like NewRelic/AppNeta/Skylight etc.
Stars: ✭ 353 (+1976.47%)
Mutual labels:  apm, performance-monitoring
uptrace
Open source APM: OpenTelemetry traces, metrics, and logs
Stars: ✭ 1,187 (+6882.35%)
Mutual labels:  apm, performance-monitoring

AppSignal for Node.js

Build Status code style: prettier

Installation

Please follow our installation guide in our documentation.

Development

Installation

This repository is a mono-managed monorepo, containing packages (located in the /packages directory) that map to separate npm modules.

First install mono on your local machine by following the mono installation steps.

Then install the dependencies and prepare the project for development use using mono:

mono bootstrap

You can then run the following to start the compiler in watch mode.

mono run npm run build:watch --parallel

You can also build the library without watching the directory:

mono build

Version management configuration is provided for asdf.

Testing

The tests for this library use Jest as the test runner. Once you've installed the dependencies, you can run the following command in the root of this repository to run the tests for all packages, or in the directory of a package to run only the tests pertaining to that package:

mono test

Versioning

This repo uses Semantic Versioning (often referred to as semver). Each package in the repository is versioned independently from one another.

Contributing

Thinking of contributing to this repo? Awesome! 🚀

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

Also, we would be very happy to send you Stroopwafels. Have look at everyone we send a package to so far on our Stroopwafels 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.

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