• Stars
    star
    33
  • Rank 758,339 (Top 16 %)
  • Language
    Crystal
  • License
    MIT License
  • Created over 8 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A statsd client library for Crystal.

statsd.cr

A statsd client library for Crystal.

Crystal CI

Installation

Add this to your application's shard.yml:

dependencies:
  statsd:
    github: miketheman/statsd.cr

Usage

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
  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 and statsd.

More Repositories

1

pytest-socket

Pytest Plugin to disable socket calls during tests
Python
261
star
2

knife-role-spaghetti

Knife plugin for Chef to draw dependency graphs for roles. Cut through the spaghetti with a knife.
Ruby
66
star
3

heroku-buildpack-datadog

Heroku Buildpack to run Datadog DogStatsD in a Dyno
Shell
55
star
4

ecs-host-service-scale

Extending ECS Auto-scaling for under $2/month with Lambda
Python
34
star
5

knife-community

A Knife plugin to assist with deploying completed Chef cookbooks to the Chef Supermarket
Ruby
25
star
6

language-diff

CoffeeScript
23
star
7

awesome-taglines

Awesome list of software taglines
21
star
8

fullstack

Full-stack DevOps demo
Ruby
20
star
9

pytest-execution-timer

Measure Pytest execution phases
Python
11
star
10

melai

Melai is a ruby gem to create symlink-based package repositories
Ruby
10
star
11

aws-blog-feed

Example web app demonstrating AWS Copilot CLI
Python
6
star
12

cook-test

This is a place to test cookbook testing integrations
Ruby
5
star
13

boto3-keep-alive

boto3-keep-alive
Python
4
star
14

cookiecutter-fastapi-serverless

DRAFT - A cookiecutter template to generate a FastAPI service, deployable to AWS API Gateway & Lambda via the serverless framework.
Python
4
star
15

ecr-metrics

Lambda Function to collect AWS ECR metrics and emit to CloudWatch
Python
4
star
16

unsilencer

Tool to remove suppressions from MailGun
Python
3
star
17

dorkbot

A Lita.io bot for New Dork City Slack community.
Ruby
3
star
18

derbywebapps

Derby Web Apps
SCSS
2
star
19

ruby_enterprise

Ruby
2
star
20

cookbooks

Chef Cookbooks
2
star
21

flake8-sqlalchemy

flake8-sqlalchemy
Python
2
star
22

ecs-network-perf

Testing ECS container to container performance
Dockerfile
2
star
23

elgato.dart

A tool to interact with Elgato Lights.
Dart
2
star
24

scout_agent

A Chef Cookbook for the Scout Agent for ScoutApp.com
Ruby
1
star
25

lita-github-status

Ask your bot how GitHub is doing
Ruby
1
star
26

statusbot

A bot that can check statuses of sites
Python
1
star
27

random-code

Random Code Things
Shell
1
star
28

miketheman

My README
1
star
29

govweb

The source behind GovWeb
JavaScript
1
star
30

gitpod-es-repro

Repro for Gitpod Elasticsearch docker
1
star