apm.cr
apm.cr
This is an APM agent implementation for Crystal.It is being built with OpenTelementry protocol support, which should enable the agent to deliver metrics, traces and logs to multiple vendors, such as New Relic, Datadog, and others.
It will hook into an application, automatically, to enable collection and reporting of various metrics relating to performance and behavior.
Installation
-
Add the dependency to your
shard.yml
:dependencies: apm: github: your-github-user/apm
-
Run
shards install
Usage
require "apm"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/apm/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Kirk Haines - creator and maintainer
Repository
apm.cr
Owner
Statistic
- 3
- 0
- 0
- 0
- 0
- over 3 years ago
- September 12, 2021
License
Apache License 2.0
Links
Synced at
Thu, 08 May 2025 21:17:04 GMT
Languages