Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instana/crystal-sensor
🔮 Crystal Distributed Tracing & Metrics Sensor for Instana
https://github.com/instana/crystal-sensor
crystal distributed-tracing instrumentation metrics metrics-gathering monitoring opentracing performance performance-monitoring
Last synced: 30 days ago
JSON representation
🔮 Crystal Distributed Tracing & Metrics Sensor for Instana
- Host: GitHub
- URL: https://github.com/instana/crystal-sensor
- Owner: instana
- License: mit
- Created: 2017-04-30T18:19:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T12:00:30.000Z (over 5 years ago)
- Last Synced: 2024-08-17T00:29:33.514Z (4 months ago)
- Topics: crystal, distributed-tracing, instrumentation, metrics, metrics-gathering, monitoring, opentracing, performance, performance-monitoring
- Language: Crystal
- Homepage: https://www.instana.com/
- Size: 43.9 KB
- Stars: 16
- Watchers: 55
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - instana - A metrics and distributed trace collector for [Instana](https://www.instana.com/) (Logging and monitoring)
README
# Instana
The instana package collects Crystal metrics and distributed traces for [Instana](https://www.instana.com/).
Any and all feedback is welcome. Happy Crystal visibility.
Note: _This package is currently in BETA._
[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io)
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
instana:
github: instana/crystal-sensor
```## Usage
```crystal
require "instana"
```## Tracing
This Crystal shard supports [OpenTracing](http://opentracing.io/).
## Documentation
You can find more documentation covering supported components and minimum versions in the Instana [documentation portal](https://docs.instana.io/).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/instana/crystal-sensor.
## More
Want to instrument other languages? See our [Nodejs](https://github.com/instana/nodejs-sensor), [Go](https://github.com/instana/golang-sensor), [Ruby](https://github.com/instana/ruby-sensor), [Python](https://github.com/instana/python-sensor) instrumentation and [many other supported languages & technologies](https://www.instana.com/supported-technologies/).
## Contributors
- [pglombardo](https://github.com/pglombardo) Peter Giacomo Lombardo - creator, maintainer