statsd
Version, currently 0.4.05 versions
- 0.5.0latestJun 20, 2022
- 0.4.0not indexedJun 16, 2023
- 0.3.0not indexedJun 16, 2023
- 0.2.0not indexedJun 16, 2023
- 0.1.0not indexedJun 16, 2023
github.com/miketheman/statsd.cr
A statsd client library for Crystal.
36 stars
0 dependents
License: MIT
Nothing has been indexed for 0.4.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
statsd:
github: miketheman/statsd.cr
version: ~> 0.4.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.4.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
Documentation
Generated from the source of the current release. The first visit to a release that has never been documented starts its build.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# statsd.cr
A [statsd](https://github.com/etsy/statsd) client library for [Crystal](http://crystal-lang.org/).

## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
statsd:
github: miketheman/statsd.cr
```
## Usage
```crystal
require "statsd"
statsd = Statsd::Client.new
statsd.increment "myapp.login_page", 1
# Datadog-compliant statsd tags:
statsd.increment "page.views", tags: ["page:login", "app:myapp"]
```
See `examples/test.cr` for more.
## Contributing
1. [Fork it](https://github.com/miketheman/statsd.cr/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Test your changes with `make spec`
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request
## Contributors
Inspired by [syslog.cr](https://github.com/comandeo/syslog.cr) and [statsd](https://github.com/reinh/statsd).
- [@miketheman](https://github.com/miketheman) Mike Fiedler - creator, maintainer
Links
This release
- Version
0.4.0- Tagged
- Jun 16, 2023
- Commit
f3a461ef7b62- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/miketheman/statsd.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 5