Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Initial support of StatsD #12

Merged
merged 1 commit into from
Sep 22, 2016
Merged

Initial support of StatsD #12

merged 1 commit into from
Sep 22, 2016

Conversation

endeveit
Copy link
Contributor

This just fires following counters:

  • internal-queue.new-messages when message consumed from RabbitMQ and put into internal queue;
  • redis.new-messages when kafka is unavailable but message successfully stored in redis;
  • redis.failed-messages when redis failed and message left in memory;
  • kafka.new-messages when message successfully sent to kafka;
  • kafka.failed-messages when kafka is unavailable and we have to store a message in redis or in the memory.

@asemt
Copy link
Contributor

asemt commented Sep 22, 2016

+1

Approved with PullApprove

@endeveit endeveit merged commit 19b32c3 into master Sep 22, 2016
@endeveit endeveit deleted the feature/statsd branch September 22, 2016 13:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants