Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undeadlabs/instrumental-ex
An Elixir client for Instrumental
https://github.com/undeadlabs/instrumental-ex
Last synced: about 1 month ago
JSON representation
An Elixir client for Instrumental
- Host: GitHub
- URL: https://github.com/undeadlabs/instrumental-ex
- Owner: undeadlabs
- License: mit
- Created: 2014-10-31T01:38:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T02:15:03.000Z (about 9 years ago)
- Last Synced: 2024-10-13T18:18:44.640Z (2 months ago)
- Language: Elixir
- Homepage: http://instrumentalapp.com
- Size: 167 KB
- Stars: 10
- Watchers: 24
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - An Elixir client for [Instrumental](https://instrumentalapp.com/). (Instrumenting / Monitoring)
- fucking-awesome-elixir - instrumental - An Elixir client for [Instrumental](https://instrumentalapp.com/). (Instrumenting / Monitoring)
- awesome-elixir - instrumental - An Elixir client for [Instrumental](https://instrumentalapp.com/). (Instrumenting / Monitoring)
README
# Instrumental
An Elixir client for [Instrumental](http://instrumentalapp.com)
## Requirements
* Elixir ~> 1.0
## Installation
Add Instrumental as a dependency in your `mix.exs` file
```elixir
def application do
[applications: [:instrumental]]
enddefp deps do
[
{:instrumental, "~> 0.1.0"}
]
end
```Then run `mix deps.get` in your shell to fetch the dependencies.
## Configuration
Add an instrumental config option and a value for token in your `config.exs`
```elixir
config :instrumental,
token: "mytoken"
```### Options
* token (required) - api key for authenticating with instrumental
* host (optional) - host of instrumental collector
* port (optional) - port of instrumental collector## Authors
* Jamie Winsor ()