0.0.1 • Published 9 years ago

rabbitmq-tracing v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

RabbitMQ Tracing

Logging based on RabbitMQ with its firehose feature.

RabbitMQ Firehose Doc amqp-tracer Doc

Config

See sample configs in config.yaml.example.

Storages can be either or both of the folowing 2 types:

  1. Recent

    Recent storage uses redis as its backend, and it supports a ttl configuration (in seconds) to set the time period of the messaging events would be saved. Recent storage saves the timestamp and messageId info only.

  2. Persist

    Persist storage uses monogdb as its backend. It will save more details of the messaging events than recent storage.