mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00

* refactor tracer, introduce worker to avoid un-blocker trace strategy * fixed unit test and refactor dockerFile * buffered events chan * refactor yaml API core, initial web hook tracing implementations * added banner * changed license from GPL 3 to MIT * Edit readme
13 lines
273 B
YAML
13 lines
273 B
YAML
core:
|
|
logging:
|
|
debug: false
|
|
debugReportCaller: false
|
|
logDisableTimestamp: true
|
|
logsPath: ./logs
|
|
tracings:
|
|
rabbit-mq:
|
|
enabled: true
|
|
uri: "amqp://integration:integration@localhost:5672/"
|
|
prometheus:
|
|
path: "/metrics"
|
|
port: ":2112" |