Skip to content

leonchen/rabbitmq-tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Persist

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

About

rabbitmq message tracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published